From 217152c8fd92a458827599adb8b026999b24f988 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Tue, 10 Mar 2015 10:58:58 -0500 Subject: [PATCH] Polish Http403ForbiddenEntryPoint whitespace --- .../web/authentication/Http403ForbiddenEntryPoint.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/web/src/main/java/org/springframework/security/web/authentication/Http403ForbiddenEntryPoint.java b/web/src/main/java/org/springframework/security/web/authentication/Http403ForbiddenEntryPoint.java index 198d9a9f48..92da47edbf 100755 --- a/web/src/main/java/org/springframework/security/web/authentication/Http403ForbiddenEntryPoint.java +++ b/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"); } - - -} +} \ No newline at end of file