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

matthew_swift
26.56.2007 f0a3ee870a8d375fae8f9cd7b3f855e859c2a30f
opendj-sdk/opends/src/server/org/opends/server/tools/dsconfig/SubCommandHandler.java
@@ -947,6 +947,7 @@
    }
    default: {
      // Display a menu.
      Arrays.sort(children, String.CASE_INSENSITIVE_ORDER);
      List<String> choices = Arrays.asList(children);
      int msgID = MSGID_DSCFG_FINDER_PROMPT_MANY;
      String msg = getMessage(msgID, d.getUserFriendlyName());