Browse Source

Polish Http403ForbiddenEntryPoint whitespace

Rob Winch 10 years ago
parent
commit
217152c8fd

+ 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");
         response.sendError(HttpServletResponse.SC_FORBIDDEN, "Access Denied");
     }
     }
-
-
-}
+}