Merge pull request #706 from jwenjian/master

Update message template in messages_en.xml
pull/660/merge
SeanCai 4 years ago committed by GitHub
commit 90c37cee86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save