[TASK] Removed a space.

This commit is contained in:
Jan Philipp Timme 2016-10-02 22:22:27 +02:00
parent f9607a1a94
commit fb37be3670
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ public class SimulationContext {
public static Logger logger = LoggerFactory.getLogger(SimulationContext.class); 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 // Internal simulation context
private SimulationState currentState; private SimulationState currentState;