X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fdatamodel%2FAlignmentI.java;h=293ace02f145ca05d948711f8814a4a53594397c;hb=d547f444b38446ad456be6d55f6babf960d6f82c;hp=2991a2db4be9fe9c2611484c1d5f2ffc423cb575;hpb=a92b8392b04de472326ae92dfc14a541924ebc6b;p=jalview.git diff --git a/src/jalview/datamodel/AlignmentI.java b/src/jalview/datamodel/AlignmentI.java index 2991a2d..293ace0 100755 --- a/src/jalview/datamodel/AlignmentI.java +++ b/src/jalview/datamodel/AlignmentI.java @@ -216,7 +216,7 @@ public interface AlignmentI /** * Get the annotation associated with this alignment - * + * (this can be null if no annotation has ever been created on the alignment) * @return array of AlignmentAnnotation objects */ public AlignmentAnnotation[] getAlignmentAnnotation();