Fix one type checking warning
This commit is contained in:
@@ -70,7 +70,7 @@ public class FCmdRoot extends FCommand {
|
||||
public FCmdRoot() {
|
||||
super();
|
||||
this.aliases.addAll(Conf.baseCommandAliases);
|
||||
this.aliases.removeAll(Collections.singletonList(null)); // remove any nulls from extra commas
|
||||
this.aliases.removeAll(Collections.<String>singletonList(null)); // remove any nulls from extra commas
|
||||
this.allowNoSlashAccess = Conf.allowNoSlashCommand;
|
||||
|
||||
//this.requiredArgs.add("");
|
||||
|
||||
Reference in New Issue
Block a user