We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f61f38 commit 5648ef3Copy full SHA for 5648ef3
src/docs/asciidoc/data-access.adoc
@@ -1094,13 +1094,13 @@ that are nested within `<tx:advice/>` and `<tx:attributes/>` tags:
1094
| No
1095
|
1096
| Comma-delimited list of `Exception` instances that trigger rollback. For example,
1097
- `com.foo.MyBusinessException,ServletException.`
+ `com.foo.MyBusinessException,ServletException`.
1098
1099
| `no-rollback-for`
1100
1101
1102
| Comma-delimited list of `Exception` instances that do not trigger rollback. For example,
1103
1104
|===
1105
1106
0 commit comments