未验证 提交 90c37cee 编写于 作者: S SeanCai 提交者: GitHub

Merge pull request #706 from jwenjian/master

Update message template in messages_en.xml
......@@ -403,13 +403,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">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册