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/ConnectionParameters.java
@@ -33,6 +33,16 @@
    // private constructor to force usage of the associated Builder
  }
  /**
   * Creates a builder for the connection parameters.
   *
   * @return a builder
   */
  public static Builder connectionParams()
  {
    return new Builder();
  }
  String getAdminPassword()
  {
    return adminPassword;
@@ -81,16 +91,6 @@
    }
    /**
     * Creates a builder for the connection parameters.
     *
     * @return a builder
     */
    public static Builder connectionParams()
    {
      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.