[Java] lint unused imports (#4100)

This commit is contained in:
Hao Chen
2019-02-21 04:37:04 +08:00
committed by Robert Nishihara
parent b2677fabc0
commit a99676e39b
8 changed files with 3 additions and 9 deletions
+3
View File
@@ -28,6 +28,9 @@
</module>
<module name="TreeWalker">
<!-- Below are custom config items in addition to the original google style config. -->
<module name="UnusedImports"/>
<!-- End of custom config items -->
<module name="OuterTypeFilename"/>
<module name="IllegalTokenText">
<property name="tokens" value="STRING_LITERAL, CHAR_LITERAL"/>