Create test for HelpSyntaxHelperTest

(cherry picked from commit 9a6e96d)
This commit is contained in:
ljacqu
2015-11-21 11:16:31 +01:00
parent e65319d42c
commit 115680a363
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;
}