Skip to content

Commit

Permalink
Merge pull request alibaba#441 from riccoyu/master
Browse files Browse the repository at this point in the history
修复在en模式下,AbstractMethodOrInterfaceMethodMustUseJavadocRule的2处报错消息中,me…
  • Loading branch information
xuantan authored Jan 8, 2019
2 parents 129a442 + c1ae151 commit e956b12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions p3c-pmd/src/main/resources/messages_en.xml
Original file line number Diff line number Diff line change
Expand Up @@ -385,13 +385,13 @@ Javadoc should include method instruction, description of parameters, return val
<![CDATA[please javadoc the purpose of method [%s] in detail]]>
</entry>
<entry key="java.comment.AbstractMethodOrInterfaceMethodMustUseJavadocRule.violation.msg.parameter">
<![CDATA[parameter [%s] of method [%s] should have javadoc]]>
<![CDATA[method [%s] should have javadoc for parameter [%s]]]>
</entry>
<entry key="java.comment.AbstractMethodOrInterfaceMethodMustUseJavadocRule.violation.msg.return">
<![CDATA[return value of method [%s] should have javadoc]]>
</entry>
<entry key="java.comment.AbstractMethodOrInterfaceMethodMustUseJavadocRule.violation.msg.exception">
<![CDATA[exception [%s] of method [%s] should have javadoc]]>
<![CDATA[method [%s] should have javadoc for exception [%s]]]>
</entry>

<entry key="java.comment.AvoidCommentBehindStatementRule.rule.msg">
Expand Down

0 comments on commit e956b12

Please sign in to comment.