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

jcambon
22.12.2007 4c90fc4ac70e861d89506c81b64cb7427fd75332
opendj-sdk/opends/src/server/org/opends/server/admin/client/ManagementContext.java
@@ -422,4 +422,15 @@
   *         context.
   */
  protected abstract Driver getDriver();
 /**
   * Close the associated management context.
   *
   */
  public void close() {
    this.getDriver().close();
  }
}