Browse Source

SEC-449: Corrected comment.

Luke Taylor 18 years ago
parent
commit
8398e940cf

+ 1 - 1
core/src/main/java/org/acegisecurity/userdetails/ldap/LdapUserDetailsMapper.java

@@ -31,7 +31,7 @@ import javax.naming.directory.Attribute;
 
 
 /**
- * The entry mapper used by the authenticators to create an ldap user object.
+ * The context mapper used by the authenticators to create an ldap user object.
  *
  * @author Luke Taylor
  * @version $Id$