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

matthew_swift
16.18.2009 c4016421c2c25c43463b5c9a2535c3b362ee2e87
sdk/src/com/sun/opends/sdk/tools/AuthenticatedConnectionFactory.java
File was renamed from sdk/src/org/opends/sdk/AuthenticatedConnectionFactory.java
@@ -25,12 +25,13 @@
 *      Copyright 2009 Sun Microsystems, Inc.
 */
package org.opends.sdk;
package com.sun.opends.sdk.tools;
import java.util.Collection;
import org.opends.sdk.*;
import org.opends.sdk.requests.*;
import org.opends.sdk.responses.BindResult;
import org.opends.sdk.responses.CompareResult;
@@ -66,7 +67,7 @@
 * then the connection attempt will fail and an {@code
 * ErrorResultException} will be thrown.
 */
public final class AuthenticatedConnectionFactory
final class AuthenticatedConnectionFactory
    implements
    ConnectionFactory<AuthenticatedConnectionFactory.AuthenticatedAsynchronousConnection>
{