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

Ludovic Poitou
18.41.2010 1734229125e7bad5f85dfe11d076eeda206236a9
sdk/src/org/opends/sdk/requests/CompareRequestImpl.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Copyright 2009 Sun Microsystems, Inc.
 *      Copyright 2010 Sun Microsystems, Inc.
 */
package org.opends.sdk.requests;
@@ -79,6 +79,26 @@
  /**
   * Creates a new compare request that is an exact copy of the provided
   * request.
   *
   * @param compareRequest
   *          The compare request to be copied.
   * @throws NullPointerException
   *           If {@code compareRequest} was {@code null} .
   */
  CompareRequestImpl(final CompareRequest compareRequest)
      throws NullPointerException
  {
    super(compareRequest);
    this.name = compareRequest.getName();
    this.attributeDescription = compareRequest.getAttributeDescription();
    this.assertionValue = compareRequest.getAssertionValue();
  }
  /**
   * {@inheritDoc}
   */
  public ByteString getAssertionValue()