Merge branch '5.7.x' into 5.8.x

Closes gh-12982
This commit is contained in:
Rob Winch 2023-04-10 11:25:01 -05:00
commit 16dcfd1cfe
1 changed files with 1 additions and 1 deletions

View File

@ -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
*/