cleanup and update deps

This commit is contained in:
Gabriele C
2015-12-08 20:07:10 +01:00
parent 6f040fe8ac
commit 6ee07160bb
5 changed files with 12 additions and 17 deletions
@@ -1,11 +1,10 @@
package fr.xephi.authme.command;
import java.util.List;
import fr.xephi.authme.util.CollectionUtils;
import fr.xephi.authme.util.StringUtils;
import java.util.ArrayList;
import java.util.List;
public final class CommandUtils {
public static int getMinNumberOfArguments(CommandDescription command) {