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)
This commit is contained in:
Phillip Webb 2013-07-22 15:46:31 -07:00
parent e608055021
commit 66e4c9b2bb
1 changed files with 2 additions and 2 deletions

View File

@ -1720,7 +1720,7 @@ public class DefaultFooService implements FooService {
</row>
<row>
<entry><literal>rollbackForClassname</literal></entry>
<entry><literal>rollbackForClassName</literal></entry>
<entry>Array of class names. Classes must be derived from
<classname>Throwable.</classname></entry>
@ -1742,7 +1742,7 @@ public class DefaultFooService implements FooService {
</row>
<row>
<entry><literal>noRollbackForClassname</literal></entry>
<entry><literal>noRollbackForClassName</literal></entry>
<entry>Array of <classname>String</classname> class names,
which must be derived from