Skip to content

Commit 9229ea0

Browse files
committed
Add Checkstyle UnusedImports
1 parent 13aedc5 commit 9229ea0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/conf/checkstyle.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ limitations under the License.
7474
<module name="RedundantImport" />
7575
<module name="RedundantModifier" />
7676
<module name="RightCurly" />
77+
<module name="UnusedImports" />
7778
<module name="WhitespaceAfter" />
7879
<module name="WhitespaceAround" />
7980
</module>

0 commit comments

Comments
 (0)