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