Author: violetagg
Date: Thu Oct 29 05:42:13 2015
New Revision: 1711179
URL: http://svn.apache.org/viewvc?rev=1711179&view=rev
Log:
Fixed checkstyle violation
Modified:
tomcat/tc8.0.x/trunk/java/org/apache/catalina/filters/RestCsrfPreventionFilter.java
Modified:
tomcat/tc8.0.x/trunk/java/org/apache/catalina/filters/RestCsrfPreventionFilter.java
URL:
http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/java/org/apache/catalina/filters/RestCsrfPreventionFilter.java?rev=1711179&r1=1711178&r2=1711179&view=diff
==============================================================================
---
tomcat/tc8.0.x/trunk/java/org/apache/catalina/filters/RestCsrfPreventionFilter.java
(original)
+++
tomcat/tc8.0.x/trunk/java/org/apache/catalina/filters/RestCsrfPreventionFilter.java
Thu Oct 29 05:42:13 2015
@@ -110,7 +110,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: [email protected]
For additional commands, e-mail: [email protected]