Fix examples for <tx:method/> settings in reference manual

Closes gh-24080
This commit is contained in:
Sam Brannen
2019-11-29 18:41:59 +01:00
parent 7f61f3852c
commit 5648ef3276

View File

@@ -1094,13 +1094,13 @@ that are nested within `<tx:advice/>` and `<tx:attributes/>` tags:
| No
|
| Comma-delimited list of `Exception` instances that trigger rollback. For example,
`com.foo.MyBusinessException,ServletException.`
`com.foo.MyBusinessException,ServletException`.
| `no-rollback-for`
| No
|
| Comma-delimited list of `Exception` instances that do not trigger rollback. For example,
`com.foo.MyBusinessException,ServletException.`
`com.foo.MyBusinessException,ServletException`.
|===