diff --git a/spring-ldap-article/src/itest/java/config/testContext.xml b/spring-ldap-article/src/itest/java/config/testContext.xml index 51b092d8..895c1852 100644 --- a/spring-ldap-article/src/itest/java/config/testContext.xml +++ b/spring-ldap-article/src/itest/java/config/testContext.xml @@ -8,12 +8,12 @@ - + - + diff --git a/spring-ldap-article/src/main/java/org/springframework/ldap/samples/article/dao/PersonDaoImpl.java b/spring-ldap-article/src/main/java/org/springframework/ldap/samples/article/dao/PersonDaoImpl.java index ddc40842..e6f6132e 100644 --- a/spring-ldap-article/src/main/java/org/springframework/ldap/samples/article/dao/PersonDaoImpl.java +++ b/spring-ldap-article/src/main/java/org/springframework/ldap/samples/article/dao/PersonDaoImpl.java @@ -23,12 +23,12 @@ import javax.naming.directory.Attributes; import org.springframework.ldap.core.AttributesMapper; import org.springframework.ldap.core.ContextMapper; +import org.springframework.ldap.core.DirContextAdapter; +import org.springframework.ldap.core.DistinguishedName; import org.springframework.ldap.core.LdapTemplate; +import org.springframework.ldap.filter.EqualsFilter; import org.springframework.ldap.samples.article.domain.Person; -import org.springframework.ldap.support.DirContextAdapter; -import org.springframework.ldap.support.DistinguishedName; -import org.springframework.ldap.support.filter.EqualsFilter; /** * Default implementation of PersonDao. This implementation uses