mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-06 10:42:33 +00:00
Fix typo in Javadoc
This commit is contained in:
parent
8ebfba3019
commit
f4b9abdbb1
@ -399,7 +399,7 @@ public final class ActiveDirectoryLdapAuthenticationProvider extends
|
|||||||
* {0} are replaced with the {@code username@domain}. Occurrences of {1} are replaced
|
* {0} are replaced with the {@code username@domain}. Occurrences of {1} are replaced
|
||||||
* with the {@code username} only.
|
* with the {@code username} only.
|
||||||
* <p>
|
* <p>
|
||||||
* Defaults to: {@code (&(objectClass=user)(userPrincipalName= 0}))}
|
* Defaults to: {@code (&(objectClass=user)(userPrincipalName={0}))}
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
* @param searchFilter the filter string
|
* @param searchFilter the filter string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user