Browse Source

Merge pull request #1880 from GuiRitter:patch-2

* pr/1880:
  Fix typo
pull/1880/merge
Stephane Nicoll 8 years ago
parent
commit
aabc5d9766
  1. 2
      src/docs/asciidoc/data-access.adoc

2
src/docs/asciidoc/data-access.adoc

@ -1835,7 +1835,7 @@ Code within the callback can roll the transaction back by calling the @@ -1835,7 +1835,7 @@ Code within the callback can roll the transaction back by calling the
try {
updateOperation1();
updateOperation2();
} catch (SomeBusinessExeption ex) {
} catch (SomeBusinessException ex) {
**status.setRollbackOnly();**
}
}

Loading…
Cancel
Save