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

Jean-Noël Rouvignac
24.50.2016 8a7d994e004ad0ec1a192dbadd348e041a2e3de2
opendj-cli/src/main/java/com/forgerock/opendj/cli/MenuBuilder.java
@@ -473,11 +473,11 @@
    }
    /**
     * Sets the flag which indicates whether or not the menu will permit multiple numeric options to be selected at
     * Sets the flag which indicates whether the menu will permit multiple numeric options to be selected at
     * once. Users specify multiple choices by separating them with a comma. The default is <code>false</code>.
     *
     * @param allowMultiSelect
     *            Indicates whether or not the menu will permit multiple numeric options to be selected at once.
     *            Indicates whether the menu will permit multiple numeric options to be selected at once.
     */
    public void setAllowMultiSelect(boolean allowMultiSelect) {
        this.allowMultiSelect = allowMultiSelect;