You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by yu...@apache.org on 2017/08/29 12:30:52 UTC

[24/28] incubator-rocketmq git commit: Remove star import rule in checkstyle

Remove star import rule in checkstyle


Project: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/commit/23b7d7a5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/tree/23b7d7a5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/diff/23b7d7a5

Branch: refs/heads/master
Commit: 23b7d7a567217e8096b0944b30f3dc0cb45226fb
Parents: bbe825f
Author: vongosling <vo...@apache.org>
Authored: Tue Aug 29 14:51:01 2017 +0800
Committer: vongosling <vo...@apache.org>
Committed: Tue Aug 29 14:51:01 2017 +0800

----------------------------------------------------------------------
 style/rmq_checkstyle.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/23b7d7a5/style/rmq_checkstyle.xml
----------------------------------------------------------------------
diff --git a/style/rmq_checkstyle.xml b/style/rmq_checkstyle.xml
index e93b353..a6edb24 100644
--- a/style/rmq_checkstyle.xml
+++ b/style/rmq_checkstyle.xml
@@ -122,7 +122,7 @@
         <module name="StaticVariableName"/>
         <module name="TypeName"/>
         <!--Checks that there are no import statements that use the * notation-->
-        <module name="AvoidStarImport"/>
+        <!--<module name="AvoidStarImport"/>-->
 
         <!--whitespace-->
         <module name="GenericWhitespace"/>