Skip to content

Commit 0b77d5f

Browse files
committed
Fix typo in AuthenticationProvider Javadoc
Signed-off-by: parthokr <[email protected]>
1 parent f3761af commit 0b77d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/springframework/security/authentication/AuthenticationProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public interface AuthenticationProvider {
5656
* </p>
5757
* <p>
5858
* Selection of an <code>AuthenticationProvider</code> capable of performing
59-
* authentication is conducted at runtime the <code>ProviderManager</code>.
59+
* authentication is conducted at runtime by the <code>ProviderManager</code>.
6060
* </p>
6161
* @param authentication
6262
* @return <code>true</code> if the implementation can more closely evaluate the

0 commit comments

Comments
 (0)