소스 검색

Polish Http403ForbiddenEntryPoint whitespace

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

+ 1 - 3
web/src/main/java/org/springframework/security/web/authentication/Http403ForbiddenEntryPoint.java

@@ -45,6 +45,4 @@ public class Http403ForbiddenEntryPoint implements AuthenticationEntryPoint {
         }
         response.sendError(HttpServletResponse.SC_FORBIDDEN, "Access Denied");
     }
-
-
-}
+}