Author: luc
Date: Sun Aug  1 16:15:54 2010
New Revision: 981257

URL: http://svn.apache.org/viewvc?rev=981257&view=rev
Log:
removed duplicate strings

Modified:
    commons/proper/math/trunk/checkstyle.xml

Modified: commons/proper/math/trunk/checkstyle.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/math/trunk/checkstyle.xml?rev=981257&r1=981256&r2=981257&view=diff
==============================================================================
--- commons/proper/math/trunk/checkstyle.xml (original)
+++ commons/proper/math/trunk/checkstyle.xml Sun Aug  1 16:15:54 2010
@@ -132,11 +132,10 @@
     <module name="MultipleVariableDeclarations" />
 
     <!-- String literals more than one character long should not be repeated 
several times -->
-    <!--
+    <!-- the "unchecked" string is also accepted to allow 
@SuppressWarnings("unchecked") -->
     <module name="MultipleStringLiterals" >
-      <property name="ignoreStringsRegexp" value='^(("")|("."))$'/>
+      <property name="ignoreStringsRegexp" 
value='^(("")|(".")|("unchecked"))$'/>
     </module>
-    -->
 
     <!-- <module name="TodoComment" /> -->
 


Reply via email to