You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2012/01/06 15:52:24 UTC

svn commit: r1228213 - /commons/proper/validator/trunk/checkstyle.xml

Author: simonetripodi
Date: Fri Jan  6 14:52:24 2012
New Revision: 1228213

URL: http://svn.apache.org/viewvc?rev=1228213&view=rev
Log:
fixed `missing key 'cacheFile' in TreeWalker` issue

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

Modified: commons/proper/validator/trunk/checkstyle.xml
URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/checkstyle.xml?rev=1228213&r1=1228212&r2=1228213&view=diff
==============================================================================
--- commons/proper/validator/trunk/checkstyle.xml (original)
+++ commons/proper/validator/trunk/checkstyle.xml Fri Jan  6 14:52:24 2012
@@ -43,6 +43,8 @@
 
    <module name="TreeWalker">
 
+    <property name="cacheFile" value="${checkstyle.cache.file}"/>
+
     <!-- Item 4 - Avoid creating duplicate objects -->
     <module name="IllegalInstantiation">
       <property name="classes" value="java.lang.Boolean, java.lang.String"/>