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/ImportParameters.java
@@ -29,6 +29,16 @@
  }
  /**
   * Creates a builder for the import parameters.
   *
   * @return a builder
   */
  public static Builder importParams()
  {
    return new Builder();
  }
  /**
   * Generates command-line arguments from the parameters.
   *
   * @return command-line arguments
@@ -64,16 +74,6 @@
    }
    /**
     * Creates a builder for the import parameters.
     *
     * @return a builder
     */
    public static Builder importParams()
    {
      return new Builder();
    }
    /**
     * Generates the parameters from this builder.
     * <p>
     * After this call, the builder is reset and can be used to generate other parameters.