Skip to content

Commit

Permalink
revert the import order change
Browse files Browse the repository at this point in the history
  • Loading branch information
mastercoms committed Feb 5, 2020
1 parent cd998cb commit d77c04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/checkstyle.xml
Expand Up @@ -130,7 +130,7 @@
<module name="CustomImportOrder">
<property name="sortImportsInGroupAlphabetically" value="true"/>
<property name="separateLineBetweenGroups" value="true"/>
<property name="customImportOrderRules" value="STATIC###STANDARD_JAVA_PACKAGE###THIRD_PARTY_PACKAGE"/>
<property name="customImportOrderRules" value="STATIC###THIRD_PARTY_PACKAGE"/>
<property name="tokens" value="IMPORT, STATIC_IMPORT, PACKAGE_DEF"/>
</module>
<module name="RedundantImport"/>
Expand Down

0 comments on commit d77c04e

Please sign in to comment.