Update messages_en.xml

format message template
This commit is contained in:
Jiang Wenjian
2020-06-03 17:36:09 +08:00
committed by GitHub
parent 5a05419193
commit 7dfc482d0c

View File

@@ -409,7 +409,7 @@ Javadoc should include method instruction, description of parameters, return val
<![CDATA[return value of method [%s] should have javadoc]]>
</entry>
<entry key="java.comment.AbstractMethodOrInterfaceMethodMustUseJavadocRule.violation.msg.exception">
<![CDATA[method [%s] should have javadoc for exception[%s]]]>
<![CDATA[method [%s] should have javadoc for exception [%s]]]>
</entry>
<entry key="java.comment.AvoidCommentBehindStatementRule.rule.msg">