Explorar o código

Fix typo in Javadoc

Roland Weisleder %!s(int64=5) %!d(string=hai) anos
pai
achega
f4b9abdbb1

+ 1 - 1
ldap/src/main/java/org/springframework/security/ldap/authentication/ad/ActiveDirectoryLdapAuthenticationProvider.java

@@ -399,7 +399,7 @@ public final class ActiveDirectoryLdapAuthenticationProvider extends
 	 * {0} are replaced with the {@code username@domain}. Occurrences of {1} are replaced
 	 * with the {@code username} only.
 	 * <p>
-	 * Defaults to: {@code (&(objectClass=user)(userPrincipalName= 0}))}
+	 * Defaults to: {@code (&(objectClass=user)(userPrincipalName={0}))}
 	 * </p>
 	 *
 	 * @param searchFilter the filter string