mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-27 06:12:27 +00:00
Remove superfluous method.
This commit is contained in:
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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user