Author: remm Date: Sun Mar 13 15:37:03 2016 New Revision: 1734820 URL: http://svn.apache.org/viewvc?rev=1734820&view=rev Log: WS.
Modified: tomcat/tc8.5.x/trunk/test/org/apache/catalina/filters/TestRestCsrfPreventionFilter2.java Modified: tomcat/tc8.5.x/trunk/test/org/apache/catalina/filters/TestRestCsrfPreventionFilter2.java URL: http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/test/org/apache/catalina/filters/TestRestCsrfPreventionFilter2.java?rev=1734820&r1=1734819&r2=1734820&view=diff ============================================================================== --- tomcat/tc8.5.x/trunk/test/org/apache/catalina/filters/TestRestCsrfPreventionFilter2.java (original) +++ tomcat/tc8.5.x/trunk/test/org/apache/catalina/filters/TestRestCsrfPreventionFilter2.java Sun Mar 13 15:37:03 2016 @@ -371,11 +371,11 @@ public class TestRestCsrfPreventionFilte return path; } } - + private interface Predicate<T> { boolean test(T x); } - + private static boolean nonNull(Object o) { return o != null; } @@ -393,7 +393,7 @@ public class TestRestCsrfPreventionFilte } }; } - + /** * @return a Predicate to check for non emptiness of a List of Strings */ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org