diff --git a/core/src/main/java/org/springframework/security/authentication/AuthenticationProvider.java b/core/src/main/java/org/springframework/security/authentication/AuthenticationProvider.java index cf304f8d69..8222f3be23 100644 --- a/core/src/main/java/org/springframework/security/authentication/AuthenticationProvider.java +++ b/core/src/main/java/org/springframework/security/authentication/AuthenticationProvider.java @@ -56,7 +56,7 @@ public interface AuthenticationProvider { *

*

* Selection of an AuthenticationProvider capable of performing - * authentication is conducted at runtime the ProviderManager. + * authentication is conducted at runtime by the ProviderManager. *

* @param authentication * @return true if the implementation can more closely evaluate the