소스 검색

SEC-449: Remoned unnecessary declaration of ContextMapper interface.

Luke Taylor 18 년 전
부모
커밋
b7d9466f99
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      core/src/main/java/org/acegisecurity/ldap/DefaultInitialDirContextFactory.java

+ 0 - 1
core/src/main/java/org/acegisecurity/ldap/DefaultInitialDirContextFactory.java

@@ -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;