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

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