Fix case of rollbackForClassName in ref docs
Update @Transactional reference documentation to fix the case of the rollbackForClassName and noRollbackForClassName attributes. Issue: SPR-10754
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user