Author: oheger
Date: Sat Nov  5 15:50:57 2011
New Revision: 1197974

URL: http://svn.apache.org/viewvc?rev=1197974&view=rev
Log:
[CONFIGURATION-470] Simplified checkstyle suppressions.

Modified:
    commons/proper/configuration/trunk/conf/checkstyle-suppressions.xml

Modified: commons/proper/configuration/trunk/conf/checkstyle-suppressions.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/configuration/trunk/conf/checkstyle-suppressions.xml?rev=1197974&r1=1197973&r2=1197974&view=diff
==============================================================================
--- commons/proper/configuration/trunk/conf/checkstyle-suppressions.xml 
(original)
+++ commons/proper/configuration/trunk/conf/checkstyle-suppressions.xml Sat Nov 
 5 15:50:57 2011
@@ -26,15 +26,6 @@
 
 <suppressions>
 
-    <!-- Disable the warnings for the generated classes -->
-    <suppress checks=".*" files="ParseException.java"/>
-    <suppress checks=".*" files="PropertyListParser.java"/>
-    <suppress checks=".*" files="PropertyListParserConstants.java"/>
-    <suppress checks=".*" files="PropertyListParserTokenManager.java"/>
-    <suppress checks=".*" files="SimpleCharStream.java"/>
-    <suppress checks=".*" files="Token.java"/>
-    <suppress checks=".*" files="TokenMgrError.java"/>
-    
     <suppress checks="MissingSwitchDefault" 
files="PropertiesConfiguration.java"/>
 
 </suppressions>


Reply via email to