From 44aa91dfffb2d674c85d096df71092be3283afe8 Mon Sep 17 00:00:00 2001 From: ljacqu Date: Sat, 5 Dec 2015 00:10:45 +0100 Subject: [PATCH] Remove unnecessary constructor in CommandDescription - Remove one of two unnecessary constructors in CommandDescription (in favor of the builder) - Remove TODO about unlimited arguments (not currently a priority, will create a story instead of leaving a dangling TODO for ages in the code) --- .../command/CommandArgumentDescription.java | 2 - .../authme/command/CommandDescription.java | 65 +++++++++---------- 2 files changed, 32 insertions(+), 35 deletions(-) diff --git a/src/main/java/fr/xephi/authme/command/CommandArgumentDescription.java b/src/main/java/fr/xephi/authme/command/CommandArgumentDescription.java index 5a9cd9d7c..f846b7893 100644 --- a/src/main/java/fr/xephi/authme/command/CommandArgumentDescription.java +++ b/src/main/java/fr/xephi/authme/command/CommandArgumentDescription.java @@ -5,8 +5,6 @@ package fr.xephi.authme.command; */ public class CommandArgumentDescription { - // TODO: Allow argument to consist of infinite parts.