Polish Http403ForbiddenEntryPoint whitespace

This commit is contained in:
Rob Winch 2015-03-10 10:58:58 -05:00
parent b04388ad62
commit 217152c8fd

View File

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