1
0
mirror of synced 2026-08-04 01:07:02 +00:00

fix checkstyle

This commit is contained in:
Lars Grefer
2019-08-09 02:46:20 +02:00
parent 50b4883756
commit b388976ac8
4 changed files with 2 additions and 6 deletions
@@ -52,6 +52,5 @@ public interface WebInvocationPrivilegeEvaluator {
* be used in evaluation whether access should be granted.
* @return true if access is allowed, false if denied
*/
boolean isAllowed(String contextPath, String uri, String method,
Authentication authentication);
boolean isAllowed(String contextPath, String uri, String method, Authentication authentication);
}
@@ -34,6 +34,5 @@ interface HttpServletRequestFactory {
* @param response the original {@link HttpServletResponse}. Cannot be null.
* @return a non-null HttpServletRequest
*/
HttpServletRequest create(HttpServletRequest request,
HttpServletResponse response);
HttpServletRequest create(HttpServletRequest request, HttpServletResponse response);
}