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

Jean-Noel Rouvignac
22.28.2014 772c28c6950e41b76e1a4b262114881b9f7390c5
opendj-cli/src/main/java/com/forgerock/opendj/cli/CommandBuilder.java
@@ -176,7 +176,7 @@
        for (final Argument arg : args) {
            // This CLI is always using SSL, and the argument has been removed from
            // the user interface
            if (arg.getName().equals("useSSL")) {
            if ("useSSL".equals(arg.getName())) {
                continue;
            }
            String argName;