|
@@ -121,9 +121,7 @@
|
|
<!-- See http://checkstyle.sf.net/config_import.html -->
|
|
<!-- See http://checkstyle.sf.net/config_import.html -->
|
|
<module name="IllegalImport">
|
|
<module name="IllegalImport">
|
|
<property name="regexp" value="true"/>
|
|
<property name="regexp" value="true"/>
|
|
- <property name="illegalPkgs" value="^sun\.[^.]+"/>
|
|
|
|
- <property name="illegalClasses"
|
|
|
|
- value="^com\.google\.common\.base\.(Optional|Function|Predicate|Supplier), ^com\.google\.common\.collect\.(ImmutableListMultimap)"/>
|
|
|
|
|
|
+ <property name="illegalPkgs" value="^sun\.[^.]+, ^com\.google\.common\.[^.]+"/>
|
|
</module>
|
|
</module>
|
|
<module name="RedundantImport"/>
|
|
<module name="RedundantImport"/>
|
|
<module name="UnusedImports"/>
|
|
<module name="UnusedImports"/>
|