Closes gh-1880
This commit is contained in:
Guilherme Alan Ritter 2018-07-10 10:30:56 -03:00 committed by Stephane Nicoll
parent 818e4b0776
commit 7f54ae109a
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();**
}
}