Preparing to replace the exceptions.

This commit is contained in:
Ulrik Sandberg
2007-01-09 22:55:20 +00:00
parent 7e5586a255
commit 9326a80b53
4 changed files with 3 additions and 6 deletions

View File

@@ -5,10 +5,10 @@ import javax.naming.directory.Attributes;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.ldap.EntryNotFoundException;
import org.springframework.ldap.LdapServerManager;
import org.springframework.ldap.core.AttributesMapper;
import org.springframework.ldap.core.LdapTemplate;
import org.springframework.ldap.support.EntryNotFoundException;
import org.springframework.test.AbstractDependencyInjectionSpringContextTests;
public class ContextSourceTransactionManagerIntegrationTest extends

View File

@@ -1,6 +1,5 @@
package org.springframework.ldap.support.transaction;
import org.springframework.ldap.core.LdapOperations;
import org.springframework.ldap.core.LdapTemplate;
import org.springframework.ldap.support.DirContextAdapter;
import org.springframework.ldap.support.DistinguishedName;

View File

@@ -24,8 +24,8 @@ import javax.naming.directory.DirContext;
import javax.naming.ldap.Control;
import javax.naming.ldap.LdapContext;
import org.springframework.ldap.UncategorizedLdapException;
import org.springframework.ldap.core.DirContextProcessor;
import org.springframework.ldap.support.UncategorizedLdapException;
import org.springframework.util.ReflectionUtils;
import com.sun.jndi.ldap.ctl.SortControl;

View File

@@ -63,9 +63,7 @@ public class DirContextHolder extends ResourceHolderSupport {
}
/**
* Get the DirContext associated with the current transaction.
*
* @return
* Return the DirContext associated with the current transaction.
*/
public DirContext getCtx() {
return ctx;