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/ConfigParameters.java
@@ -30,6 +30,16 @@
    // private constructor to force usage of the associated Builder
  }
  /**
   * Creates a builder for the configuration parameters.
   *
   * @return a builder
   */
  public static Builder configParams()
  {
    return new Builder();
  }
  String getServerRootDirectory()
  {
    return serverRootDirectory;
@@ -64,16 +74,6 @@
    }
    /**
     * Creates a builder for the configuration parameters.
     *
     * @return a builder
     */
    public static Builder configParams()
    {
      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.