From: tva Date: Wed, 5 Jun 2019 13:38:31 +0000 (+0100) Subject: JAL-3285 change method declaration in AAFrequency to match develop X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=da74fb8057a0eb3071da3b8dd29d0381a4d2aa00 JAL-3285 change method declaration in AAFrequency to match develop --- diff --git a/src/jalview/analysis/AAFrequency.java b/src/jalview/analysis/AAFrequency.java index 11c8f72..1fef08e 100755 --- a/src/jalview/analysis/AAFrequency.java +++ b/src/jalview/analysis/AAFrequency.java @@ -406,7 +406,7 @@ public class AAFrequency * @param endCol * end column (exclusive) */ - public static void completeOccupancyAnnot(AlignmentAnnotation occupancy, + public static void completeGapAnnot(AlignmentAnnotation occupancy, ProfilesI profiles, int startCol, int endCol, long nseq) { if (occupancy == null || occupancy.annotations == null