소스 검색

SEC-2835: Polish

Rob Winch 10 년 전
부모
커밋
1a00c397a4
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      web/src/main/java/org/springframework/security/web/authentication/DelegatingAuthenticationFailureHandler.java

+ 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 {