From 68c25238fdd006b8f4b2fb145ca72a1aa9e1bf6c Mon Sep 17 00:00:00 2001 From: Ulrik Sandberg Date: Mon, 8 Oct 2007 22:12:16 +0000 Subject: [PATCH] Fixed incorrect import of DefaultDirObjectFactory. --- .../itest/java/org/springframework/ldap/LdapServerManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandbox/src/itest/java/org/springframework/ldap/LdapServerManager.java b/sandbox/src/itest/java/org/springframework/ldap/LdapServerManager.java index 937e14fe..0b06a01e 100644 --- a/sandbox/src/itest/java/org/springframework/ldap/LdapServerManager.java +++ b/sandbox/src/itest/java/org/springframework/ldap/LdapServerManager.java @@ -34,8 +34,8 @@ import org.apache.directory.server.jndi.ServerContextFactory; import org.apache.directory.server.protocol.shared.store.LdifFileLoader; import org.springframework.beans.factory.DisposableBean; import org.springframework.ldap.core.ContextSource; +import org.springframework.ldap.core.DefaultDirObjectFactory; import org.springframework.ldap.core.DistinguishedName; -import org.springframework.ldap.core.support.DefaultDirObjectFactory; /** * Utility class to initialize the apache directory server for use in the