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

matthew_swift
11.45.2009 2bc8d15a28fafab97cefafede06d6b7e738ae0fe
sdk/src/com/sun/opends/sdk/ldap/LDAPConnection.java
@@ -69,7 +69,8 @@
 * <p>
 * TODO: handle illegal state exceptions.
 */
public final class LDAPConnection implements AsynchronousConnection
public final class LDAPConnection extends
    AbstractAsynchronousConnection implements AsynchronousConnection
{
  private final class LDAPMessageHandlerImpl extends
@@ -919,16 +920,6 @@
  }
  /**
   * {@inheritDoc}
   */
  public void close()
  {
    close(Requests.newUnbindRequest(), null);
  }
  /**
   * {@inheritDoc}
   */