Remove unnecessary Overrides in Default commands.

This commit is contained in:
EvilSeph
2012-11-15 23:03:03 -05:00
parent b2870e185a
commit d31ca9e797
29 changed files with 0 additions and 145 deletions

View File

@@ -34,11 +34,6 @@ public class PardonCommand extends VanillaCommand {
return true;
}
@Override
public boolean matches(String input) {
return input.equalsIgnoreCase("pardon");
}
@Override
public List<String> tabComplete(CommandSender sender, String alias, String[] args) throws IllegalArgumentException {
Validate.notNull(sender, "Sender cannot be null");