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:
parent
e608055021
commit
66e4c9b2bb
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue