This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/7.0.x by this push:
     new 3ea5360  Move the cache file definition to the correct location
3ea5360 is described below

commit 3ea53604dd2d65acb4dcd313b813e80b28aed9fb
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Mar 20 10:23:55 2019 +0000

    Move the cache file definition to the correct location
---
 res/checkstyle/org-checkstyle.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/res/checkstyle/org-checkstyle.xml 
b/res/checkstyle/org-checkstyle.xml
index f087c39..cd31f0a 100644
--- a/res/checkstyle/org-checkstyle.xml
+++ b/res/checkstyle/org-checkstyle.xml
@@ -23,13 +23,13 @@
   <!-- 'Standard Checks' in the Checkstyle documentation:                    
-->
   <!-- http://checkstyle.sourceforge.net/config_coding.html                  
-->
 
+  <!-- Cache what has passed checkstyle -->
+  <property name="cacheFile"
+            
value="${tomcat.output}/res/checkstyle/cachefile-org-checkstyle.xml"/>
+
   <!-- Specific checks for org.* packages -->
 
   <module name="TreeWalker">
-    <!-- Cache what has passed checkstyle -->
-    <property name="cacheFile"
-              
value="${tomcat.output}/res/checkstyle/cachefile-org-checkstyle.xml"/>
-
     <module name="ImportControl">
       <property name="file" 
value="${basedir}/res/checkstyle/org-import-control.xml"/>
     </module>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to