JAL-3878 Add getCalcName to AlignCalcWorkerI.
[jalview.git] / src / jalview / workers / InformationThread.java
index c8084b9..dae4ef2 100644 (file)
@@ -37,6 +37,12 @@ public class InformationThread extends AlignCalcWorker
     super(alignViewport, alignPanel);
   }
 
+  @Override
+  public String getCalcName()
+  {
+    return "Information";
+  }
+
   /**
    * Recomputes Information annotations for any HMM consensus sequences (for
    * alignment and/or groups)