ExecutorPoolTest code should be fine.
But half of tests failed
This commit is contained in:
@@ -18,7 +18,7 @@ public class ExecutorClass {
|
||||
this.executorTaskType = executorTaskType;
|
||||
}
|
||||
|
||||
protected static ExecutorClass createExecutorClass(ExecutorUri executorUri, ExecutorTaskType executorTaskType){
|
||||
public static ExecutorClass createExecutorClass(ExecutorUri executorUri, ExecutorTaskType executorTaskType){
|
||||
System.out.println("New Executor: " + executorUri.value.toString() + " " + executorTaskType.getValue());
|
||||
return new ExecutorClass(executorUri, executorTaskType);
|
||||
}
|
||||
|
Reference in New Issue
Block a user