Polish Http403ForbiddenEntryPoint whitespace

This commit is contained in:
Rob Winch 2015-03-10 10:58:58 -05:00
parent b04388ad62
commit 217152c8fd
1 changed files with 1 additions and 3 deletions

View File

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