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

Matthew Swift
03.05.2012 41e72531b209b74571589296a3a33354eb2a1c39
opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/responses/ResultImpl.java
@@ -23,6 +23,7 @@
 *
 *
 *      Copyright 2010 Sun Microsystems, Inc.
 *      Portions copyright 2012 ForgeRock AS.
 */
package org.forgerock.opendj.ldap.responses;
@@ -47,7 +48,7 @@
   * @throws NullPointerException
   *           If {@code resultCode} was {@code null}.
   */
  ResultImpl(final ResultCode resultCode) throws NullPointerException
  ResultImpl(final ResultCode resultCode)
  {
    super(resultCode);
  }
@@ -62,7 +63,7 @@
   * @throws NullPointerException
   *           If {@code result} was {@code null} .
   */
  ResultImpl(final Result result) throws NullPointerException
  ResultImpl(final Result result)
  {
    super(result);
  }