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

Jean-Noel Rouvignac
15.17.2014 661593f15f14aaf55d73c7979dab1e900ebae2af
opendj-sdk/opendj-server/src/main/java/org/forgerock/opendj/server/setup/cli/SetupCli.java
@@ -116,11 +116,11 @@
    private IntegerArgument connectTimeout;
    private BooleanArgument acceptLicense;
    // Sub-commands
    /** Sub-commands. */
    private SubCommand createDirectoryServer;
    private SubCommand createProxy;
    // Register the global arguments.
    /** Register the global arguments. */
    private BooleanArgument noPrompt;
    private BooleanArgument quietMode;
    private BooleanArgument verbose;
@@ -132,7 +132,7 @@
        // Nothing to do.
    }
    // To allow tests
    /** To allow tests. */
    SetupCli(PrintStream out, PrintStream err) {
        super(out, err);
    }
@@ -343,7 +343,7 @@
     *            execution of the checking.
     */
    private void checkProvidedPorts(final Collection<LocalizableMessage> errorMessages) {
        /**
        /*
         * Check that the provided ports do not match.
         */
        try {