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

Nicolas Capponi
05.58.2016 ed0ae491be5928897b1e8bd5b41d0426dbd08081
opendj-server-legacy/src/main/java/org/opends/server/util/embedded/UpgradeParameters.java
@@ -31,6 +31,16 @@
  }
  /**
   * Starts construction of the upgrade parameters.
   *
   * @return this builder
   */
  public static Builder upgradeParams()
  {
    return new Builder();
  }
  /**
   * Generates command-line arguments from the parameters.
   *
   * @return command-line arguments
@@ -62,16 +72,6 @@
    }
    /**
     * Starts construction of the upgrade parameters.
     *
     * @return this builder
     */
    public static Builder upgradeParams()
    {
      return new Builder();
    }
    /**
     * Returns the fully initialized parameters.
     *
     * @return the parameters