JAL-3285 method call change tin Information to match develop
[jalview.git] / src / jalview / workers / InformationThread.java
index d35025b..85cd92f 100644 (file)
@@ -178,7 +178,7 @@ public class InformationThread extends AlignCalcWorker
    */
   protected AlignmentAnnotation getGapAnnotation()
   {
-    return alignViewport.getOccupancyAnnotation();
+               return alignViewport.getAlignmentGapAnnotation();
   }
 
   /**