JAL-3285 change method declaration in AAFrequency to match develop
authortva <tva@10.205.251.175>
Wed, 5 Jun 2019 13:38:31 +0000 (14:38 +0100)
committertva <tva@10.205.251.175>
Wed, 5 Jun 2019 13:38:31 +0000 (14:38 +0100)
src/jalview/analysis/AAFrequency.java

index 11c8f72..1fef08e 100755 (executable)
@@ -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