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

Jean-Noel Rouvignac
15.17.2014 661593f15f14aaf55d73c7979dab1e900ebae2af
opendj-sdk/opendj-cli/src/main/java/com/forgerock/opendj/cli/ArgumentGroup.java
@@ -39,13 +39,13 @@
 */
public final class ArgumentGroup implements Comparable<ArgumentGroup> {
    // Description for this group of arguments
    /** Description for this group of arguments. */
    private LocalizableMessage description = null;
    // List of arguments belonging to this group
    /** List of arguments belonging to this group. */
    private List<Argument> args = null;
    // Governs groups position within usage statement
    /** Governs groups position within usage statement. */
    private final Integer priority;
    /**