Skip to content

Commit 5648ef3

Browse files
committed
Fix examples for <tx:method/> settings in reference manual
Closes gh-24080
1 parent 7f61f38 commit 5648ef3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/docs/asciidoc/data-access.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1094,13 +1094,13 @@ that are nested within `<tx:advice/>` and `<tx:attributes/>` tags:
10941094
| No
10951095
|
10961096
| Comma-delimited list of `Exception` instances that trigger rollback. For example,
1097-
`com.foo.MyBusinessException,ServletException.`
1097+
`com.foo.MyBusinessException,ServletException`.
10981098

10991099
| `no-rollback-for`
11001100
| No
11011101
|
11021102
| Comma-delimited list of `Exception` instances that do not trigger rollback. For example,
1103-
`com.foo.MyBusinessException,ServletException.`
1103+
`com.foo.MyBusinessException,ServletException`.
11041104
|===
11051105

11061106

0 commit comments

Comments
 (0)