aboutsummaryrefslogtreecommitdiff
path: root/src/conf/checkstyle.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf/checkstyle.xml')
-rw-r--r--src/conf/checkstyle.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml
index d2fc3923..4ff52333 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -34,6 +34,12 @@ limitations under the License.
<module name="AvoidStarImport" />
<module name="RedundantImport" />
<module name="UnusedImports" />
+ <module name="ImportOrder">
+ <property name="option" value="top"/>
+ <property name="groups" value="java,javax,org"/>
+ <property name="ordered" value="true"/>
+ <property name="separated" value="true"/>
+ </module>
<module name="NeedBraces" />
<module name="LeftCurly" />
<module name="JavadocMethod" />