Organize imports
Use "organize imports" from Eclipse to cleanup import statements so that they appear in a consistent and well defined order. Issue gh-8945
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
"-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN"
|
||||
"https://checkstyle.org/dtds/suppressions_1_2.dtd">
|
||||
<suppressions>
|
||||
<suppress files=".*" checks="AvoidStarImport" />
|
||||
<suppress files=".*" checks="EmptyBlock" />
|
||||
<suppress files=".*" checks="FinalClass" />
|
||||
<suppress files=".*" checks="InnerAssignment" />
|
||||
|
||||
Reference in New Issue
Block a user