From: tva Date: Wed, 5 Jun 2019 15:32:43 +0000 (+0100) Subject: JAL-3285 method call change tin Information to match develop X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=009eca4440b4fceafda0607371327edffb7f61c0;p=jalview.git JAL-3285 method call change tin Information to match develop --- 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(); } /**