Fix typo in LDAP Javadoc

This commit is contained in:
Eleftheria Stein 2020-01-02 10:58:44 -05:00
parent 5fde3044f7
commit 8b8267e1fe
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +384,7 @@ public class LdapAuthenticationProviderConfigurer<B extends ProviderManagerBuild
*/
public final class PasswordCompareConfigurer {
/**Us
/**
* Allows specifying the {@link PasswordEncoder} to use. The default is
* {@link org.springframework.security.crypto.password.NoOpPasswordEncoder}.
* @param passwordEncoder the {@link PasswordEncoder} to use