Merging dev to main #107
|
@ -1,7 +1,7 @@
|
|||
package ch.unisg.executorbase.executor.domain;
|
||||
|
||||
public enum ExecutorType {
|
||||
ADDITION, ROBOT;
|
||||
COMPUTATION, ROBOT;
|
||||
|
||||
/**
|
||||
* Checks if the give executor type exists.
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user