Preparing to replace the exceptions.
This commit is contained in:
@@ -8,9 +8,9 @@ import java.util.Map;
|
||||
|
||||
import org.apache.commons.logging.Log;
|
||||
import org.apache.commons.logging.LogFactory;
|
||||
import org.springframework.ldap.EntryNotFoundException;
|
||||
import org.springframework.ldap.samples.person.domain.Group;
|
||||
import org.springframework.ldap.samples.person.domain.SearchCriteria;
|
||||
import org.springframework.ldap.support.EntryNotFoundException;
|
||||
|
||||
public class DummyGroupDao implements GroupDao {
|
||||
private static Map GROUPS;
|
||||
|
||||
@@ -8,9 +8,9 @@ import java.util.Map;
|
||||
|
||||
import org.apache.commons.logging.Log;
|
||||
import org.apache.commons.logging.LogFactory;
|
||||
import org.springframework.ldap.EntryNotFoundException;
|
||||
import org.springframework.ldap.samples.person.domain.Person;
|
||||
import org.springframework.ldap.samples.person.domain.SearchCriteria;
|
||||
import org.springframework.ldap.support.EntryNotFoundException;
|
||||
|
||||
public class DummyPersonDao implements PersonDao {
|
||||
private static Map PERSONS;
|
||||
|
||||
@@ -17,12 +17,12 @@ package org.springframework.ldap.samples.person.dao;
|
||||
|
||||
import javax.naming.NamingException;
|
||||
|
||||
import org.springframework.ldap.DefaultNamingExceptionTranslator;
|
||||
import org.springframework.ldap.NamingExceptionTranslator;
|
||||
import org.springframework.ldap.core.ContextMapper;
|
||||
import org.springframework.ldap.samples.person.domain.Person;
|
||||
import org.springframework.ldap.support.DefaultNamingExceptionTranslator;
|
||||
import org.springframework.ldap.support.DirContextOperations;
|
||||
import org.springframework.ldap.support.DistinguishedName;
|
||||
import org.springframework.ldap.support.NamingExceptionTranslator;
|
||||
import org.springframework.util.Assert;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user