浏览代码

SEC-2835: Polish

Rob Winch 10 年之前
父节点
当前提交
1a00c397a4

+ 0 - 1
web/src/main/java/org/springframework/security/web/authentication/DelegatingAuthenticationFailureHandler.java

@@ -67,7 +67,6 @@ public class DelegatingAuthenticationFailureHandler implements AuthenticationFai
     /**
      * {@inheritDoc}
      */
-    @Override
     public void onAuthenticationFailure(HttpServletRequest request,
             HttpServletResponse response, AuthenticationException exception)
             throws IOException, ServletException {