Fix one type checking warning
This commit is contained in:
parent
7fd590fc75
commit
1ea6dbe12d
@ -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("");
|
||||
|
Loading…
Reference in New Issue
Block a user