#411 Create tests for command migration and manager, minor tweaks

This commit is contained in:
ljacqu
2016-11-23 00:01:35 +01:00
parent 1370352679
commit e883944da2
9 changed files with 334 additions and 23 deletions
@@ -42,4 +42,9 @@ public class Command {
public void setExecutor(Executor executor) {
this.executor = executor;
}
@Override
public String toString() {
return command + " (" + executor + ")";
}
}