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

Jean-Noël Rouvignac
22.56.2016 83f86f11c27378d650c3bfc7e55397687062edbc
opendj-config/src/main/java/org/forgerock/opendj/config/dsconfig/LDAPManagementContextFactory.java
@@ -43,11 +43,9 @@
    private ManagementContext context;
    /** The connection parameters command builder. */
    private CommandBuilder contextCommandBuilder;
    private final CommandBuilder contextCommandBuilder;
    /** The connection factory provider. */
    private final ConnectionFactoryProvider provider;
    /** The connection factory. */
    private final ConnectionFactory factory;
@@ -62,6 +60,7 @@
    public LDAPManagementContextFactory(ConnectionFactoryProvider cfp) throws ArgumentException {
        this.provider = cfp;
        factory = cfp.getAuthenticatedConnectionFactory();
        contextCommandBuilder = null;
    }
    /** Closes this management context. */