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

matthew_swift
19.55.2007 5ab6bc9651264d936b94e321c4903ef5b104b4f7
opendj-sdk/opends/src/server/org/opends/server/admin/client/ManagementContext.java
@@ -425,11 +425,10 @@
 /**
   * Close the associated management context.
   *
  /**
   * Closes this management context.
   */
  public void close() {
  public final void close() {
    this.getDriver().close();
  }