mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-03 03:49:09 +00:00
fix docs error
Closes gh-14978
This commit is contained in:
parent
28f2f895f1
commit
e932387714
@ -27,8 +27,9 @@ import org.springframework.security.core.Authentication;
|
||||
* authenticated.
|
||||
*
|
||||
* @param <T> The type of object authorization is being performed against. This does not
|
||||
* matter since the authorization decision does not use the object.
|
||||
* @author Rob Winch
|
||||
* @since 5.0 matter since the authorization decision does not use the object.
|
||||
* @since 5.0
|
||||
*/
|
||||
public class AuthenticatedReactiveAuthorizationManager<T> implements ReactiveAuthorizationManager<T> {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user