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

matthew_swift
19.55.2007 b97785a371b09a674dbef8029a99a730ee928e8d
opends/src/server/org/opends/server/admin/client/ldap/LDAPDriver.java
@@ -192,6 +192,16 @@
   * {@inheritDoc}
   */
  @Override
  public void close() {
    connection.unbind();
  }
  /**
   * {@inheritDoc}
   */
  @Override
  public <C extends ConfigurationClient, S extends Configuration>
  ManagedObject<? extends C> getManagedObject(
      ManagedObjectPath<C, S> path) throws DefinitionDecodingException,
@@ -408,15 +418,6 @@
  }
  /**
   * {@inheritDoc}
   */
  @Override
  public void close() {
    connection.unbind();
  }
  /**
   * {@inheritDoc}