Skip to content

Commit 97376ae

Browse files
committed
Fix typo in JavaDoc
#12143 (comment) Fix typo in JavaDoc Fix typo in JavaDoc of USER_NOT_FOUND_PASSWORD
1 parent 01a37dd commit 97376ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/springframework/security/authentication/dao/DaoAuthenticationProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
public class DaoAuthenticationProvider extends AbstractUserDetailsAuthenticationProvider {
4141

4242
/**
43-
* The plaintext password used to perform PasswordEncoder#matches(CharSequence,
43+
* The plaintext password used to perform {@link PasswordEncoder#matches(CharSequence,
4444
* String)} on when the user is not found to avoid SEC-2056.
4545
*/
4646
private static final String USER_NOT_FOUND_PASSWORD = "userNotFoundPassword";

0 commit comments

Comments
 (0)