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

Ludovic Poitou
22.03.2010 887e246785056b972a725b5ef8457980325216fb
sdk/src/org/opends/sdk/responses/CompareResultImpl.java
@@ -56,6 +56,23 @@
  /**
   * Creates a new compare result that is an exact copy of the provided
   * result.
   *
   * @param compareResult
   *          The compare result to be copied.
   * @throws NullPointerException
   *           If {@code compareResult} was {@code null} .
   */
  CompareResultImpl(final CompareResult compareResult)
      throws NullPointerException
  {
    super(compareResult);
  }
  /**
   * {@inheritDoc}
   */
  public boolean matched()