JAL-3285 method call change tin Information to match develop
authortva <tva@10.205.251.175>
Wed, 5 Jun 2019 15:32:43 +0000 (16:32 +0100)
committertva <tva@10.205.251.175>
Wed, 5 Jun 2019 15:32:43 +0000 (16:32 +0100)
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();
   }
 
   /**