JAL-3285 small method call name change missed in ConsensusThread commit
[jalview.git] / src / jalview / workers / ConsensusThread.java
index f5cad71..c98c27d 100644 (file)
@@ -205,7 +205,7 @@ public class ConsensusThread extends AlignCalcWorker
       AlignmentAnnotation gap = getGapAnnotation();
       if (gap != null)
       {
-        deriveOccupancy(gap, hconsensus);
+        deriveGap(gap, hconsensus);
       }
     }
   }