This commit is contained in:
ajgeiss0702
2021-07-29 14:28:09 -07:00
parent 07721809fb
commit bbf644109b
8 changed files with 15 additions and 23 deletions
@@ -20,6 +20,7 @@ public class BaseCommand implements IBaseCommand {
return null;
}
@SuppressWarnings("unused")
@Override
public ImmutableList<ISubCommand> getSubCommands() {
return null;
@@ -35,6 +36,7 @@ public class BaseCommand implements IBaseCommand {
return null;
}
@SuppressWarnings("unused")
@Override
public void addSubCommand(ISubCommand subCommand) {