Skip to content

Commit 8b8267e

Browse files
committed
Fix typo in LDAP Javadoc
1 parent 5fde304 commit 8b8267e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/src/main/java/org/springframework/security/config/annotation/authentication/configurers/ldap/LdapAuthenticationProviderConfigurer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ public void configure(B builder) throws Exception {
384384
*/
385385
public final class PasswordCompareConfigurer {
386386

387-
/**Us
387+
/**
388388
* Allows specifying the {@link PasswordEncoder} to use. The default is
389389
* {@link org.springframework.security.crypto.password.NoOpPasswordEncoder}.
390390
* @param passwordEncoder the {@link PasswordEncoder} to use

0 commit comments

Comments
 (0)