fix docs error

Closes gh-14978
This commit is contained in:
MrJovanovic13 2024-04-29 03:45:18 +02:00 committed by Marcus Hert Da Coregio
parent 28f2f895f1
commit e932387714
1 changed files with 2 additions and 1 deletions

View File

@ -27,8 +27,9 @@ import org.springframework.security.core.Authentication;
* authenticated. * authenticated.
* *
* @param <T> The type of object authorization is being performed against. This does not * @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 * @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> { public class AuthenticatedReactiveAuthorizationManager<T> implements ReactiveAuthorizationManager<T> {