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

matthew_swift
26.01.2007 54c2799f45256fef4a981fa2a6a7c97a9708ac8b
opends/src/server/org/opends/server/tools/dsconfig/LDAPManagementContextFactory.java
@@ -94,7 +94,7 @@
  /**
   * {@inheritDoc}
   */
  public ManagementContext getManagementContext(DSConfig app)
  public ManagementContext getManagementContext(ConsoleApplication app)
      throws ArgumentException, ClientException {
    // Lazily create the LDAP management context.
    if (context == null) {