Merge pull request #441 from riccoyu/master

修复在en模式下,AbstractMethodOrInterfaceMethodMustUseJavadocRule的2处报错消息中,me…
This commit is contained in:
玄坛
2019-01-08 15:05:21 +08:00
committed by GitHub

View File

@@ -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">