From: jprocter Date: Thu, 3 Jun 2010 15:12:20 +0000 (+0000) Subject: javadoc re JAL-554 X-Git-Tag: Release_2_5_1~36 X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=d547f444b38446ad456be6d55f6babf960d6f82c javadoc re JAL-554 --- 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();