Renaming task type
This commit is contained in:
@@ -7,7 +7,7 @@ import ch.unisg.executorbase.executor.domain.ExecutorType;
|
||||
|
||||
public class Executor extends ExecutorBase {
|
||||
|
||||
private static final Executor executor = new Executor(ExecutorType.ADDITION);
|
||||
private static final Executor executor = new Executor(ExecutorType.COMPUTATION);
|
||||
|
||||
public static Executor getExecutor() {
|
||||
return executor;
|
||||
|
Reference in New Issue
Block a user