[TASK] Removed a space.
This commit is contained in:
parent
f9607a1a94
commit
fb37be3670
|
@ -31,7 +31,7 @@ public class SimulationContext {
|
|||
|
||||
public static Logger logger = LoggerFactory.getLogger(SimulationContext.class);
|
||||
|
||||
public enum SimulationState { UNINITIALIZED, INITIALIZED, RUNNING, PAUSED, SUSPENDED, TORNDOWN, ERROR};
|
||||
public enum SimulationState {UNINITIALIZED, INITIALIZED, RUNNING, PAUSED, SUSPENDED, TORNDOWN, ERROR};
|
||||
|
||||
// Internal simulation context
|
||||
private SimulationState currentState;
|
||||
|
|
Loading…
Reference in New Issue