You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2006/04/26 08:21:47 UTC

svn commit: r397100 - /jakarta/commons/proper/jexl/trunk/src/conf/checkstyle.xml

Author: dion
Date: Tue Apr 25 23:21:44 2006
New Revision: 397100

URL: http://svn.apache.org/viewcvs?rev=397100&view=rev
Log:
comment out checkstyle checks not wanted

Modified:
    jakarta/commons/proper/jexl/trunk/src/conf/checkstyle.xml

Modified: jakarta/commons/proper/jexl/trunk/src/conf/checkstyle.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/jexl/trunk/src/conf/checkstyle.xml?rev=397100&r1=397099&r2=397100&view=diff
==============================================================================
--- jakarta/commons/proper/jexl/trunk/src/conf/checkstyle.xml (original)
+++ jakarta/commons/proper/jexl/trunk/src/conf/checkstyle.xml Tue Apr 25 23:21:44 2006
@@ -168,9 +168,9 @@
 
         <!-- Checks for class design                         -->
         <!-- See http://checkstyle.sf.net/config_design.html -->
-        <module name="DesignForExtension"/>
+        <!-- JEXL: module name="DesignForExtension"/-->
         <!-- JEXL: module name="FinalClass"/-->
-        <module name="HideUtilityClassConstructor"/>
+        <!-- JEXL: module name="HideUtilityClassConstructor"/-->
         <module name="InterfaceIsType"/>
         <module name="VisibilityModifier"/>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org