X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fdatamodel%2FAlignmentI.java;h=293ace02f145ca05d948711f8814a4a53594397c;hb=4537a4519bf4a07e0d01589fe4c1280d86138323;hp=2991a2db4be9fe9c2611484c1d5f2ffc423cb575;hpb=d423f22792e47dbc800ae220a58677f988971d06;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();