Skip to content

Commit

Permalink
Remove star import rule in checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
vongosling committed Aug 29, 2017
1 parent bbe825f commit 23b7d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style/rmq_checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down

0 comments on commit 23b7d7a

Please sign in to comment.