Moved controls to the new package.

This commit is contained in:
Ulrik Sandberg
2007-01-21 21:45:47 +00:00
parent fdbb158d64
commit e237b16146
6 changed files with 3 additions and 7 deletions

View File

@@ -30,7 +30,6 @@ import org.springframework.ldap.core.CollectingNameClassPairCallbackHandler;
import org.springframework.ldap.core.DistinguishedName;
import org.springframework.ldap.core.LdapTemplate;
import org.springframework.ldap.core.SearchExecutor;
import org.springframework.ldap.support.control.SortControlDirContextProcessor;
import org.springframework.test.AbstractDependencyInjectionSpringContextTests;
/**

View File

@@ -25,8 +25,6 @@ import org.springframework.ldap.Person;
import org.springframework.ldap.core.AttributesMapper;
import org.springframework.ldap.core.CollectingNameClassPairCallbackHandler;
import org.springframework.ldap.core.LdapTemplate;
import org.springframework.ldap.support.control.VirtualListViewRequestControl;
import org.springframework.ldap.support.control.VirtualListViewResultsCookie;
import org.springframework.test.AbstractDependencyInjectionSpringContextTests;
/**

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.ldap.support.control;
package org.springframework.ldap.control;
import java.io.IOException;
import java.lang.reflect.InvocationTargetException;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.ldap.support.control;
package org.springframework.ldap.control;
import java.io.IOException;
import java.lang.reflect.Method;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.ldap.support.control;
package org.springframework.ldap.control;
import com.sun.jndi.ldap.ctl.VirtualListViewControl;

View File

@@ -24,7 +24,6 @@ import javax.naming.ldap.PagedResultsControl;
import junit.framework.TestCase;
import org.easymock.MockControl;
import org.springframework.ldap.support.control.SortControlDirContextProcessor;
import com.sun.jndi.ldap.Ber;
import com.sun.jndi.ldap.BerDecoder;