You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2007/12/14 22:28:12 UTC

svn commit: r604302 - /commons/proper/jxpath/trunk/checkstyle.xml

Author: mbenson
Date: Fri Dec 14 13:28:11 2007
New Revision: 604302

URL: http://svn.apache.org/viewvc?rev=604302&view=rev
Log:
inline-conditionals

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

Modified: commons/proper/jxpath/trunk/checkstyle.xml
URL: http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/checkstyle.xml?rev=604302&r1=604301&r2=604302&view=diff
==============================================================================
--- commons/proper/jxpath/trunk/checkstyle.xml (original)
+++ commons/proper/jxpath/trunk/checkstyle.xml Fri Dec 14 13:28:11 2007
@@ -129,7 +129,6 @@
   
           <!-- Checks for common coding problems               -->
           <!-- See http://checkstyle.sf.net/config_coding.html -->
-          <module name="AvoidInlineConditionals"/>
           <module name="DoubleCheckedLocking"/>    <!-- MY FAVOURITE -->
           <module name="EmptyStatement"/>
           <module name="EqualsHashCode"/>