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; /**