Skip to content

Commit e27e8df

Browse files
committed
Merge branch '6.3.x'
2 parents b90851d + dfce3a2 commit e27e8df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/servlet/authorization/architecture.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ The `AuthorizationManager` interface contains two methods:
101101
----
102102
AuthorizationDecision check(Supplier<Authentication> authentication, Object secureObject);
103103
104-
default AuthorizationDecision verify(Supplier<Authentication> authentication, Object secureObject)
104+
default void verify(Supplier<Authentication> authentication, Object secureObject)
105105
throws AccessDeniedException {
106106
// ...
107107
}

0 commit comments

Comments
 (0)