Allow imports for javadoc.
diff --git a/checkstyle.xml b/checkstyle.xml
index 4f5575c..aa6a445 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -55,7 +55,7 @@
         <module name="AvoidStarImport"/>

         <module name="IllegalImport"/> <!-- defaults to sun.* packages -->

         <module name="RedundantImport"/>

-        <module name="UnusedImports"/>

+        <module name="UnusedImports" processJavadoc="true"/>

 

 

         <!-- Checks for Size Violations.                    -->