diff --git a/src/docs/asciidoc/data-access.adoc b/src/docs/asciidoc/data-access.adoc index f49e957d1fe..6cb8f23a433 100644 --- a/src/docs/asciidoc/data-access.adoc +++ b/src/docs/asciidoc/data-access.adoc @@ -1094,13 +1094,13 @@ that are nested within `` and `` 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`. |===