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

Ludovic Poitou
22.03.2010 61960107e0dd01b4d5ee1143c7b0d3ac846764df
opendj-sdk/sdk/src/org/opends/sdk/responses/SearchResultReferenceImpl.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Copyright 2009 Sun Microsystems, Inc.
 *      Copyright 2010 Sun Microsystems, Inc.
 */
package org.opends.sdk.responses;
@@ -66,6 +66,24 @@
  /**
   * Creates a new search result reference that is an exact copy of the provided
   * result.
   *
   * @param searchResultReference
   *          The search result reference to be copied.
   * @throws NullPointerException
   *           If {@code searchResultReference} was {@code null} .
   */
  SearchResultReferenceImpl(final SearchResultReference searchResultReference)
      throws NullPointerException
  {
    super(searchResultReference);
    this.uris.addAll(searchResultReference.getURIs());
  }
  /**
   * {@inheritDoc}
   */
  public SearchResultReference addURI(final String uri)