Create test for HelpSyntaxHelperTest

This commit is contained in:
ljacqu
2015-11-21 11:16:31 +01:00
parent 58dc15123c
commit a3f24bcb9a
5 changed files with 164 additions and 25 deletions
@@ -681,6 +681,7 @@ public class CommandDescription {
*
* @param maximumArguments True if there is an argument maximum, based on the number of registered arguments.
*/
// TODO ljacqu 20151121: Rename the setter
public void setMaximumArguments(boolean maximumArguments) {
this.noArgumentMaximum = !maximumArguments;
}