Repository: incubator-rocketmq Updated Branches: refs/heads/master 9edaab15e -> 1734a449c
Polish message description Project: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/commit/1734a449 Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/tree/1734a449 Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/diff/1734a449 Branch: refs/heads/master Commit: 1734a449cf097de616341812be99183126e78ee0 Parents: 9edaab1 Author: vongosling <[email protected]> Authored: Thu Dec 29 15:45:05 2016 +0800 Committer: vongosling <[email protected]> Committed: Thu Dec 29 15:45:05 2016 +0800 ---------------------------------------------------------------------- style/rmq_checkstyle.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/1734a449/style/rmq_checkstyle.xml ---------------------------------------------------------------------- diff --git a/style/rmq_checkstyle.xml b/style/rmq_checkstyle.xml index ad95030..776b305 100644 --- a/style/rmq_checkstyle.xml +++ b/style/rmq_checkstyle.xml @@ -57,7 +57,7 @@ </module> <module name="RegexpSingleline"> <property name="format" value="@author"/> - <property name="message" value="Recommended remove @author keyword!"/> + <property name="message" value="Recommended remove @author tag in javadoc!"/> </module> <module name="RegexpSingleline">
