Browse Source

SEC-449: Remoned unnecessary declaration of ContextMapper interface.

2.0.x
Luke Taylor 19 years ago
parent
commit
b7d9466f99
  1. 1
      core/src/main/java/org/acegisecurity/ldap/DefaultInitialDirContextFactory.java

1
core/src/main/java/org/acegisecurity/ldap/DefaultInitialDirContextFactory.java

@ -27,7 +27,6 @@ import org.springframework.context.support.MessageSourceAccessor; @@ -27,7 +27,6 @@ import org.springframework.context.support.MessageSourceAccessor;
import org.springframework.util.Assert;
import org.springframework.ldap.UncategorizedLdapException;
import org.springframework.ldap.core.ContextSource;
import org.springframework.ldap.core.support.DefaultDirObjectFactory;
import org.springframework.dao.DataAccessException;

Loading…
Cancel
Save