Small commit while writing tests
This commit is contained in:
@@ -10,12 +10,15 @@ public class AssignmentManager {
|
||||
Map<Integer, Task> taskMap;
|
||||
int workerIdCounter;
|
||||
int taskIdCounter;
|
||||
UserCommands userInterface;
|
||||
|
||||
public AssignmentManager() {
|
||||
workerMap = new HashMap<>();
|
||||
taskMap = new HashMap<>();
|
||||
int workerIdCounter = 1000;
|
||||
int taskIdCounter = 0;
|
||||
userInterface = new UserCommands();
|
||||
userInterface.start();
|
||||
}
|
||||
|
||||
public int createWorker(String name) {
|
||||
|
||||
Reference in New Issue
Block a user