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

Gaetan Boismal
16.05.2014 39e80c25fa76ac618e436bd4095c5b09a2b9b25d
opendj-sdk/opendj-config/src/main/java/org/forgerock/opendj/config/dsconfig/SubCommandHandler.java
@@ -1025,8 +1025,7 @@
        switch (children.size()) {
        case 0: {
            // No options available - abort.
            LocalizableMessage msg = ERR_DSCFG_ERROR_FINDER_NO_CHILDREN.get(d.getUserFriendlyPluralName());
            app.println(msg);
            app.errPrintln(ERR_DSCFG_ERROR_FINDER_NO_CHILDREN.get(d.getUserFriendlyPluralName()));
            return MenuResult.cancel();
        }
        case 1: {