Fix typo in LDAP Javadoc
This commit is contained in:
parent
5fde3044f7
commit
8b8267e1fe
|
@ -384,7 +384,7 @@ public class LdapAuthenticationProviderConfigurer<B extends ProviderManagerBuild
|
||||||
*/
|
*/
|
||||||
public final class PasswordCompareConfigurer {
|
public final class PasswordCompareConfigurer {
|
||||||
|
|
||||||
/**Us
|
/**
|
||||||
* Allows specifying the {@link PasswordEncoder} to use. The default is
|
* Allows specifying the {@link PasswordEncoder} to use. The default is
|
||||||
* {@link org.springframework.security.crypto.password.NoOpPasswordEncoder}.
|
* {@link org.springframework.security.crypto.password.NoOpPasswordEncoder}.
|
||||||
* @param passwordEncoder the {@link PasswordEncoder} to use
|
* @param passwordEncoder the {@link PasswordEncoder} to use
|
||||||
|
|
Loading…
Reference in New Issue