JAL-3210 Barebones gradle/buildship/eclipse. See README
[jalview.git] / src / jalview / gui / AnnotationColumnChooser.java
index a1c082c..fbc93b5 100644 (file)
@@ -79,11 +79,11 @@ public class AnnotationColumnChooser extends AnnotationRowFilter
 
   public static final int ACTION_OPTION_SELECT = 1;
 
-  public static final int ACTION_OPTION_HIDE = 2;
+  public static int ACTION_OPTION_HIDE = 2;
 
-  public static final String NO_GRAPH_VIEW = "0";
+  public static String NO_GRAPH_VIEW = "0";
 
-  public static final String GRAPH_VIEW = "1";
+  public static String GRAPH_VIEW = "1";
 
   private int actionOption = ACTION_OPTION_SELECT;