Manual tweaks of patch from Jasper on July 26.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user