Skip to content

Commit 16dcfd1

Browse files
committed
Merge branch '5.7.x' into 5.8.x
Closes gh-12982
2 parents 5ffebaf + c69df9f commit 16dcfd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/springframework/security/authorization/ReactiveAuthorizationManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* A reactive authorization manager which can determine if an {@link Authentication} has
2626
* access to a specific object.
2727
*
28-
* @param <T> the type of object that the authorization check is being done one.
28+
* @param <T> the type of object that the authorization check is being done on.
2929
* @author Rob Winch
3030
* @since 5.0
3131
*/

0 commit comments

Comments
 (0)