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/?p=jalview.git;a=commitdiff_plain;h=009eca4440b4fceafda0607371327edffb7f61c0;hp=6c7cac79652fa6c7050311f73f36b9a9d05e6a6b 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(); } /**