fix checkstyle
This commit is contained in:
+1
-2
@@ -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);
|
||||
}
|
||||
|
||||
+1
-2
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user