Manual tweaks of patch from Jasper on July 26.

This commit is contained in:
Ulrik Sandberg
2007-07-26 08:57:11 +00:00
parent e551285a8d
commit cd4740c608
2 changed files with 5 additions and 7 deletions

View File

@@ -5,6 +5,10 @@
*/
package org.springframework.ldap.odm.dao;
import java.util.List;
import javax.naming.Name;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.ldap.core.DirContextAdapter;
@@ -13,10 +17,6 @@ import org.springframework.ldap.core.LdapTemplate;
import org.springframework.ldap.odm.mapping.MappingException;
import org.springframework.ldap.odm.mapping.ObjectDirectoryMapper;
import org.springframework.ldap.odm.mapping.ObjectDirectoryMapperFactory;
import org.springframework.util.StringUtils;
import javax.naming.Name;
import java.util.List;
/**
* An implementation of the <code>LdapDao</code> interface.

View File

@@ -7,15 +7,13 @@
package org.springframework.ldap.odm.typeconversion;
import junit.framework.TestCase;
import org.easymock.classextension.EasyMock;
import org.springframework.ldap.core.DistinguishedName;
import org.springframework.ldap.core.LdapTemplate;
import org.springframework.ldap.odm.mapping.MappingException;
import org.springframework.ldap.odm.mapping.ObjectDirectoryMapper;
import javax.naming.InvalidNameException;
import javax.naming.ldap.LdapName;
public class ReferencedEntryEditorTest extends TestCase
{
private LdapTemplate ldapTemplate;