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

jcambon
22.12.2007 c950fe2ad987d5669df1927ba79d4c4080fc55e9
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();
  }
}