Skip to content

Commit

Permalink
Merge pull request alibaba#99 from lowzj/fix-typo
Browse files Browse the repository at this point in the history
typo: 显示->显式
  • Loading branch information
SeanCai authored Oct 18, 2017
2 parents 064fa58 + d3f04c9 commit 985bbbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions p3c-pmd/src/main/resources/messages.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<![CDATA[注解【Transactional】需要设置rollbackFor属性。]]>
</entry>
<entry key="java.exception.TransactionMustHaveRollbackRule.violation.msg">
<![CDATA[方法【%s】需要在Transactional注解指定rollbackFor或者在方法中显示的rollback]]>
<![CDATA[方法【%s】需要在Transactional注解指定rollbackFor或者在方法中显式的rollback]]>
</entry>
<entry key="java.exception.TransactionMustHaveRollbackRule.rule.msg">
<![CDATA[事务场景中,抛出异常被catch后,如果需要回滚,一定要手动回滚事务。]]>
Expand Down Expand Up @@ -126,7 +126,7 @@
</entry>

<entry key="java.concurrent.AvoidManuallyCreateThreadRule.violation.msg">
<![CDATA[不要显示创建线程,请使用线程池。]]>
<![CDATA[不要显式创建线程,请使用线程池。]]>
</entry>
<entry key="java.concurrent.AvoidManuallyCreateThreadRule.rule.msg">
<![CDATA[线程资源必须通过线程池提供,不允许在应用中自行显式创建线程。]]>
Expand Down

0 comments on commit 985bbbb

Please sign in to comment.