diff --git a/spring-ldap/src/test/java/org/springframework/ldap/LdapTemplateLookupTest.java b/spring-ldap/src/test/java/org/springframework/ldap/LdapTemplateLookupTest.java index 810d33d5..cbe854ca 100644 --- a/spring-ldap/src/test/java/org/springframework/ldap/LdapTemplateLookupTest.java +++ b/spring-ldap/src/test/java/org/springframework/ldap/LdapTemplateLookupTest.java @@ -29,9 +29,9 @@ import org.easymock.MockControl; import org.springframework.ldap.core.AttributesMapper; import org.springframework.ldap.core.ContextMapper; import org.springframework.ldap.core.ContextSource; +import org.springframework.ldap.core.DirContextAdapter; +import org.springframework.ldap.core.DistinguishedName; import org.springframework.ldap.core.LdapTemplate; -import org.springframework.ldap.support.DirContextAdapter; -import org.springframework.ldap.support.DistinguishedName; import org.springframework.ldap.support.EntryNotFoundException; import org.springframework.ldap.support.NamingExceptionTranslator; diff --git a/spring-ldap/src/test/java/org/springframework/ldap/LdapTemplateTest.java b/spring-ldap/src/test/java/org/springframework/ldap/LdapTemplateTest.java index 6c8adb20..42116fdd 100644 --- a/spring-ldap/src/test/java/org/springframework/ldap/LdapTemplateTest.java +++ b/spring-ldap/src/test/java/org/springframework/ldap/LdapTemplateTest.java @@ -40,10 +40,10 @@ import org.springframework.ldap.core.ContextExecutor; import org.springframework.ldap.core.ContextMapper; import org.springframework.ldap.core.ContextSource; import org.springframework.ldap.core.DirContextProcessor; +import org.springframework.ldap.core.DistinguishedName; import org.springframework.ldap.core.LdapTemplate; import org.springframework.ldap.core.NameClassPairCallbackHandler; import org.springframework.ldap.core.SearchExecutor; -import org.springframework.ldap.support.DistinguishedName; import org.springframework.ldap.support.EntryNotFoundException; import org.springframework.ldap.support.NamingExceptionTranslator;