Browse Source

Moved com.dmdirc imports to the top of the import list in style checks

git-svn-id: http://svn.dmdirc.com/trunk@1398 00569f92-eb28-0410-84fd-f71c24880f
tags/0.4
Gregory Holmes 17 years ago
parent
commit
6c3708aea1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      checkstyle/dmdirc_checks.xml

+ 1
- 1
checkstyle/dmdirc_checks.xml View File

@@ -21,7 +21,7 @@
21 21
     <module name="TreeWalker">
22 22
 	    
23 23
 	<module name="ImportOrder">
24
-		    <property name="groups" value="java,javax,com.dmdirc"/>
24
+		    <property name="groups" value="com.dmdirc,java,javax"/>
25 25
 		    <property name="ordered" value="true"/>
26 26
 		    <property name="separated" value="true"/>
27 27
 	</module>

Loading…
Cancel
Save