mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Matthew Swift
24.34.2011 a94cb8c8073c31b911020e8565bbd4bd60b37bad
opendj3/opendj-ldap-sdk/src/test/java/org/forgerock/opendj/ldap/ConnectionFactoryTestCase.java
@@ -42,7 +42,6 @@
import javax.net.ssl.SSLContext;
import org.forgerock.opendj.ldap.*;
import org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest;
import org.forgerock.opendj.ldap.requests.Requests;
import org.forgerock.opendj.ldap.requests.SearchRequest;
@@ -59,7 +58,7 @@
/**
 * Tests the connectionfactory classes.
 * Tests the {@code ConnectionFactory} classes.
 */
public class ConnectionFactoryTestCase extends SdkTestCase
{