Fix typo
Closes gh-1880
This commit is contained in:
committed by
Stephane Nicoll
parent
f179181b40
commit
8c1bc63c9d
@@ -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();**
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user