Skip to content

Commit

Permalink
Fix case of rollbackForClassName in ref docs
Browse files Browse the repository at this point in the history
Update @transactional reference documentation to fix the case of the
rollbackForClassName and noRollbackForClassName attributes.

Issue: SPR-10754
  • Loading branch information
philwebb committed Jul 22, 2013
1 parent 4500bf7 commit 1204d2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/reference/docbook/transaction.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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
Expand Down

0 comments on commit 1204d2a

Please sign in to comment.