Author: markt
Date: Sun Oct 24 14:11:15 2010
New Revision: 1026803
URL: http://svn.apache.org/viewvc?rev=1026803&view=rev
Log:
Enable Checkstyle import checks
Modified:
tomcat/trunk/checkstyle.xml
Modified: tomcat/trunk/checkstyle.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/checkstyle.xml?rev=1026803&r1=1026802&r2=1026803&view=diff
==============================================================================
--- tomcat/trunk/checkstyle.xml (original)
+++ tomcat/trunk/checkstyle.xml Sun Oct 24 14:11:15 2010
@@ -41,10 +41,7 @@
<property name="option" value="above"/>
</module>
<module name="RedundantImport"/>
- <!--
- Do not use - does not take account of imports required for Javadocs
<module name="UnusedImports"/>
- -->
<!-- Modifiers -->
<!-- ~250 errors
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]