From 009eca4440b4fceafda0607371327edffb7f61c0 Mon Sep 17 00:00:00 2001 From: tva Date: Wed, 5 Jun 2019 16:32:43 +0100 Subject: [PATCH] JAL-3285 method call change tin Information to match develop --- src/jalview/workers/InformationThread.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jalview/workers/InformationThread.java b/src/jalview/workers/InformationThread.java index d35025b..85cd92f 100644 --- a/src/jalview/workers/InformationThread.java +++ b/src/jalview/workers/InformationThread.java @@ -178,7 +178,7 @@ public class InformationThread extends AlignCalcWorker */ protected AlignmentAnnotation getGapAnnotation() { - return alignViewport.getOccupancyAnnotation(); + return alignViewport.getAlignmentGapAnnotation(); } /** -- 1.7.10.2