Skip to content

Commit 8c1bc63

Browse files
GuiRittersnicoll
authored andcommitted
Fix typo
Closes gh-1880
1 parent f179181 commit 8c1bc63

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)