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

lutoff
17.54.2008 9bce07b9bff3d251fe7284f7096a6e828279a6c2
opends/src/server/org/opends/server/tools/dsconfig/LDAPManagementContextFactory.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Portions Copyright 2007 Sun Microsystems, Inc.
 *      Portions Copyright 2007-2008 Sun Microsystems, Inc.
 */
package org.opends.server.tools.dsconfig;
@@ -94,6 +94,17 @@
  }
  /**
   * {@inheritDoc}
   */
  public void close()
  {
    if (context != null)
    {
      context.close();
    }
  }
  /**
   * Gets the management context which sub-commands should use in
   * order to manage the directory server. Implementations can use the
   * application instance for retrieving passwords interactively.