Skip to content
Snippets Groups Projects
Commit f886b57f authored by Jan Kožusznik's avatar Jan Kožusznik
Browse files

remove unused constants for colors

parent 9354b1c4
Branches
Tags
1 merge request!14Iss1026
...@@ -33,12 +33,6 @@ public class SPIMPipelineProgressViewController extends BorderPane implements Cl ...@@ -33,12 +33,6 @@ public class SPIMPipelineProgressViewController extends BorderPane implements Cl
private static final int PREFERRED_WIDTH = 900; private static final int PREFERRED_WIDTH = 900;
protected static final String RUNNING_STATE_COMPUTATION = Color.YELLOW.toString();
protected static final String FINISHED_STATE_COMPUTATION = null;
protected static final String UNKNOWN_STATE_COMPUTATION = Color.GRAY.toString();
private static final Map<JobState, Color> taskExecutionState2Color = new HashMap<>(); private static final Map<JobState, Color> taskExecutionState2Color = new HashMap<>();
static { static {
taskExecutionState2Color.put(JobState.Running, Color.YELLOW); taskExecutionState2Color.put(JobState.Running, Color.YELLOW);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment