1
0
mirror of synced 2026-08-02 16:27:08 +00:00

Remove superfluous method.

This commit is contained in:
Ben Alex
2007-12-03 07:32:23 +00:00
parent cb765bc34b
commit a53357778f
@@ -475,8 +475,6 @@ public class AbstractProcessingFilterTests extends TestCase {
return "/j_mock_post";
}
public void init(FilterConfig arg0) throws ServletException {}
public boolean requiresAuthentication(HttpServletRequest request, HttpServletResponse response) {
return super.requiresAuthentication(request, response);
}