Merge pull request #1880 from GuiRitter:patch-2

* pr/1880:
  Fix typo
This commit is contained in:
Stephane Nicoll 2018-07-10 15:48:11 +02:00
commit aabc5d9766
1 changed files with 1 additions and 1 deletions

View File

@ -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();**
}
}