#411 Create tests for command migration and manager, minor tweaks
This commit is contained in:
@@ -42,4 +42,9 @@ public class Command {
|
||||
public void setExecutor(Executor executor) {
|
||||
this.executor = executor;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return command + " (" + executor + ")";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user