Change to SubCommand

This commit is contained in:
Jesse Boyd 2016-03-26 20:28:45 +11:00
parent 6a7cf0d56f
commit d4d9a9e148

View File

@ -136,7 +136,7 @@ public class MainCommand extends Command {
/**
* @Deprecated legacy
*/
public void addCommand(Command command) {
public void addCommand(SubCommand command) {
PS.debug("Command registration is now done during instantiation");
}