HBASE-15693 Reconsider the ImportOrder rule of checkstyle

This commit is contained in:
zhangduo 2016-04-22 19:54:02 +08:00
parent 36e4033ded
commit e0b8098869
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@
http://checkstyle.sourceforge.net/config_imports.html -->
<module name="AvoidStarImport"/>
<module name="ImportOrder">
<property name="option" value="top" />
<property name="ordered" value="true"/>
<property name="sortStaticImportsAlphabetically" value="true"/>
</module>