JAL-2629 tidy unit tests, constants etc
[jalview.git] / src / jalview / workers / InformationThread.java
index 6b1bd76..5385359 100644 (file)
@@ -15,8 +15,9 @@ import java.util.List;
 
 public class InformationThread extends AlignCalcWorker
 {
+  public static final String HMM_CALC_ID = "HMM";
 
-  Float max = 0f;
+  private float max = 0f;
 
   /**
    * Constructor for information thread.