1
0
mirror of synced 2026-08-04 17:27:13 +00:00

Fix javadoc typo in ReactiveAuthorizationManager

Closes gh-12978
This commit is contained in:
Yuanhang Guo
2023-04-08 10:49:55 -04:00
committed by Rob Winch
parent 39cee36065
commit c69df9fba0
@@ -25,7 +25,7 @@ import org.springframework.security.core.Authentication;
* A reactive authorization manager which can determine if an {@link Authentication} has
* access to a specific object.
*
* @param <T> the type of object that the authorization check is being done one.
* @param <T> the type of object that the authorization check is being done on.
* @author Rob Winch
* @since 5.0
*/