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>