JAL-4213 - document the addReferenceAnnotations method’s behaviour when given a selection
authorJames Procter <j.procter@dundee.ac.uk>
Thu, 22 Jun 2023 15:38:07 +0000 (17:38 +0200)
committerJames Procter <j.procter@dundee.ac.uk>
Thu, 22 Jun 2023 15:39:14 +0000 (17:39 +0200)
src/jalview/analysis/AlignmentUtils.java

index 1158c53..6ab49b2 100644 (file)
@@ -1512,7 +1512,7 @@ public class AlignmentUtils
    * @param alignment
    *          the alignment to add them to
    * @param selectionGroup
-   *          current selection group (or null if none)
+   *          current selection group - may be null, if provided then any added annotation will be trimmed to just those columns in the selection group
    */
   public static void addReferenceAnnotations(
           Map<SequenceI, List<AlignmentAnnotation>> annotations,
@@ -1536,7 +1536,7 @@ public class AlignmentUtils
    * @param seq
    * @param ann
    * @param selectionGroup
-   *          - may be null
+   *          current selection group - may be null, if provided then any added annotation will be trimmed to just those columns in the selection group
    * @return annotation added to {@code seq and {@code alignment}
    */
   public static AlignmentAnnotation addReferenceAnnotationTo(