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

Jean-Noel Rouvignac
22.30.2013 9059d07c4922bc2ce6c339f0e47076288b7b6ecb
opendj-sdk/opends/src/server/org/opends/server/protocols/http/HTTPClientConnection.java
@@ -582,12 +582,9 @@
    return 0;
  }
  /**
   * Returns whether the client connection is valid.
   *
   * @return true if the connection is valid, false otherwise
   */
  boolean isConnectionValid()
  /** {@inheritDoc} */
  @Override
  public boolean isConnectionValid()
  {
    return connectionValid;
  }