提交 1204d2ae 编写于 作者: P Phillip Webb

Fix case of rollbackForClassName in ref docs

Update @Transactional reference documentation to fix the case of the
rollbackForClassName and noRollbackForClassName attributes.

Issue: SPR-10754
上级 4500bf76
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册