Skip to content

Commit 659b65a

Browse files
natremjzheaux
authored andcommitted
Fix javadox typo
1 parent 40bc712 commit 659b65a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* An Authorization manager which can determine if an {@link Authentication} has access to
2727
* a specific object.
2828
*
29-
* @param <T> the type of object that the authorization check is being done one.
29+
* @param <T> the type of object that the authorization check is being done on.
3030
* @author Evgeniy Cheban
3131
*/
3232
@FunctionalInterface

0 commit comments

Comments
 (0)