You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2005/05/09 00:20:12 UTC

svn commit: r169183 - /incubator/jackrabbit/trunk/checkstyle.xml

Author: jukka
Date: Sun May  8 15:20:11 2005
New Revision: 169183

URL: http://svn.apache.org/viewcvs?rev=169183&view=rev
Log:
JCR-97: Permit inline conditionals when they make sense.

Modified:
    incubator/jackrabbit/trunk/checkstyle.xml

Modified: incubator/jackrabbit/trunk/checkstyle.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/checkstyle.xml?rev=169183&r1=169182&r2=169183&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/checkstyle.xml (original)
+++ incubator/jackrabbit/trunk/checkstyle.xml Sun May  8 15:20:11 2005
@@ -123,7 +123,7 @@
 
         <!-- Checks for common coding problems               -->
         <!-- See http://checkstyle.sf.net/config_coding.html -->
-        <module name="AvoidInlineConditionals"/>
+        <!-- <module name="AvoidInlineConditionals"/> -->      <!-- DISABLED-->
         <module name="DoubleCheckedLocking"/>
         <module name="EqualsHashCode"/>
         <module name="IllegalInstantiation"/>