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

Ludovic Poitou
22.03.2010 887e246785056b972a725b5ef8457980325216fb
sdk/src/org/opends/sdk/responses/ResultImpl.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Copyright 2009 Sun Microsystems, Inc.
 *      Copyright 2010 Sun Microsystems, Inc.
 */
package org.opends.sdk.responses;
@@ -55,6 +55,21 @@
  /**
   * Creates a new result that is an exact copy of the provided result.
   *
   * @param result
   *          The result to be copied.
   * @throws NullPointerException
   *           If {@code result} was {@code null} .
   */
  ResultImpl(final Result result) throws NullPointerException
  {
    super(result);
  }
  /**
   * {@inheritDoc}
   */
  @Override