From 66e4c9b2bbfb3832e262079b68dcfbfcfb83f21b Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 22 Jul 2013 15:46:31 -0700 Subject: [PATCH] Fix case of rollbackForClassName in ref docs Update @Transactional reference documentation to fix the case of the rollbackForClassName and noRollbackForClassName attributes. Issue: SPR-10754 (cherry picked from 1204d2a) --- src/reference/docbook/transaction.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/reference/docbook/transaction.xml b/src/reference/docbook/transaction.xml index a852bf8f91..2faac4652e 100644 --- a/src/reference/docbook/transaction.xml +++ b/src/reference/docbook/transaction.xml @@ -1720,7 +1720,7 @@ public class DefaultFooService implements FooService { - rollbackForClassname + rollbackForClassName Array of class names. Classes must be derived from Throwable. @@ -1742,7 +1742,7 @@ public class DefaultFooService implements FooService { - noRollbackForClassname + noRollbackForClassName Array of String class names, which must be derived from