Skip to content

Commit

Permalink
Update checkstyle ImportOrder packages
Browse files Browse the repository at this point in the history
  • Loading branch information
RohanNagar committed Sep 16, 2021
1 parent 52bab27 commit 5e4b892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checkstyle.xml
Expand Up @@ -194,7 +194,7 @@
<module name="OverloadMethodsDeclarationOrder"/>
<module name="VariableDeclarationUsageDistance"/>
<module name="ImportOrder">
<property name="groups" value="*,com,io,jakarta,java,javax,net,nl,org"/>
<property name="groups" value="*,com,jakarta,java,nl,org"/>
<property name="ordered" value="true"/>
<property name="separated" value="true"/>
<property name="option" value="bottom"/>
Expand Down

0 comments on commit 5e4b892

Please sign in to comment.