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