You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by vi...@apache.org on 2015/10/29 06:42:41 UTC

svn commit: r1711180 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/filters/RestCsrfPreventionFilter.java

Author: violetagg
Date: Thu Oct 29 05:42:40 2015
New Revision: 1711180

URL: http://svn.apache.org/viewvc?rev=1711180&view=rev
Log:
Fixed checkstyle violation

Modified:
    tomcat/tc7.0.x/trunk/java/org/apache/catalina/filters/RestCsrfPreventionFilter.java

Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/filters/RestCsrfPreventionFilter.java
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/filters/RestCsrfPreventionFilter.java?rev=1711180&r1=1711179&r2=1711180&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/java/org/apache/catalina/filters/RestCsrfPreventionFilter.java (original)
+++ tomcat/tc7.0.x/trunk/java/org/apache/catalina/filters/RestCsrfPreventionFilter.java Thu Oct 29 05:42:40 2015
@@ -112,7 +112,7 @@ public class RestCsrfPreventionFilter ex
         chain.doFilter(request, response);
     }
 
-    private static abstract class RestCsrfPreventionStrategy {
+    private abstract static class RestCsrfPreventionStrategy {
 
         abstract boolean apply(HttpServletRequest request,
                 HttpServletResponse response) throws IOException;



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