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

matthew_swift
08.41.2009 396d76a4ef45d048c11ce5f60edb294a98f7e7b7
opendj-sdk/sdk/src/org/opends/sdk/SynchronousConnection.java
@@ -260,4 +260,14 @@
    }
  }
  /**
   * {@inheritDoc}
   */
  public boolean isClosed()
  {
    return connection.isClosed();
  }
}