1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Fix javadox typo

This commit is contained in:
Pascal Verdage
2023-02-08 10:21:10 +01:00
committed by Josh Cummings
parent 40bc712461
commit 659b65a666
@@ -26,7 +26,7 @@ import org.springframework.security.core.Authentication;
* An 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 Evgeniy Cheban
*/
@FunctionalInterface