You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2012/05/04 23:48:40 UTC

svn commit: r1334203 - /commons/proper/pool/trunk/checkstyle.xml

Author: sebb
Date: Fri May  4 21:48:40 2012
New Revision: 1334203

URL: http://svn.apache.org/viewvc?rev=1334203&view=rev
Log:
It seems one has to specify each visibility modifier separately

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

Modified: commons/proper/pool/trunk/checkstyle.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/checkstyle.xml?rev=1334203&r1=1334202&r2=1334203&view=diff
==============================================================================
--- commons/proper/pool/trunk/checkstyle.xml (original)
+++ commons/proper/pool/trunk/checkstyle.xml Fri May  4 21:48:40 2012
@@ -61,6 +61,7 @@
         
     <!-- No public fields -->
     <module name="VisibilityModifier">
+       <property name="packageAllowed" value="true"/>
        <property name="protectedAllowed" value="true"/>
     </module>