Skip to content

Commit 1204d2a

Browse files
committed
Fix case of rollbackForClassName in ref docs
Update @transactional reference documentation to fix the case of the rollbackForClassName and noRollbackForClassName attributes. Issue: SPR-10754
1 parent 4500bf7 commit 1204d2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/reference/docbook/transaction.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1720,7 +1720,7 @@ public class DefaultFooService implements FooService {
17201720
</row>
17211721

17221722
<row>
1723-
<entry><literal>rollbackForClassname</literal></entry>
1723+
<entry><literal>rollbackForClassName</literal></entry>
17241724

17251725
<entry>Array of class names. Classes must be derived from
17261726
<classname>Throwable.</classname></entry>
@@ -1742,7 +1742,7 @@ public class DefaultFooService implements FooService {
17421742
</row>
17431743

17441744
<row>
1745-
<entry><literal>noRollbackForClassname</literal></entry>
1745+
<entry><literal>noRollbackForClassName</literal></entry>
17461746

17471747
<entry>Array of <classname>String</classname> class names,
17481748
which must be derived from

0 commit comments

Comments
 (0)