From 5648ef3276b2e5ff6a439e2e3a7e6236714182a7 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Fri, 29 Nov 2019 18:41:59 +0100 Subject: [PATCH] Fix examples for settings in reference manual Closes gh-24080 --- src/docs/asciidoc/data-access.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`. |===