Skip to content

Commit aabc5d9

Browse files
committed
Merge pull request #1880 from GuiRitter:patch-2
* pr/1880: Fix typo
2 parents 818e4b0 + 7f54ae1 commit aabc5d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/data-access.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1835,7 +1835,7 @@ Code within the callback can roll the transaction back by calling the
18351835
try {
18361836
updateOperation1();
18371837
updateOperation2();
1838-
} catch (SomeBusinessExeption ex) {
1838+
} catch (SomeBusinessException ex) {
18391839
**status.setRollbackOnly();**
18401840
}
18411841
}

0 commit comments

Comments
 (0)