Browse Source

Fix typo

Closes gh-1880
pull/1880/merge
Guilherme Alan Ritter 6 years ago committed by Stephane Nicoll
parent
commit
7f54ae109a
  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