We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3761af commit 0b77d5fCopy full SHA for 0b77d5f
core/src/main/java/org/springframework/security/authentication/AuthenticationProvider.java
@@ -56,7 +56,7 @@ public interface AuthenticationProvider {
56
* </p>
57
* <p>
58
* Selection of an <code>AuthenticationProvider</code> capable of performing
59
- * authentication is conducted at runtime the <code>ProviderManager</code>.
+ * authentication is conducted at runtime by the <code>ProviderManager</code>.
60
61
* @param authentication
62
* @return <code>true</code> if the implementation can more closely evaluate the
0 commit comments