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

Jean-Noël Rouvignac
19.36.2016 93dc3520b26d74dadbdad265182d9beaa9145dc4
opendj-config/src/main/java/org/forgerock/opendj/config/dsconfig/LDAPManagementContextFactory.java
@@ -36,9 +36,7 @@
import com.forgerock.opendj.cli.ConsoleApplication;
import com.forgerock.opendj.cli.ReturnCode;
/**
 * An LDAP management context factory for the DSConfig tool.
 */
/** An LDAP management context factory for the DSConfig tool. */
public final class LDAPManagementContextFactory {
    /** The management context. */
@@ -66,9 +64,7 @@
        factory = cfp.getAuthenticatedConnectionFactory();
    }
    /**
     * Closes this management context.
     */
    /** Closes this management context. */
    public void close() {
        closeSilently(context);
    }