From 003129f6b884031ff4a9e738e15d2fee8702f644 Mon Sep 17 00:00:00 2001 From: jprocter Date: Thu, 3 Jun 2010 15:12:19 +0000 Subject: [PATCH] javadoc re JAL-554 --- src/jalview/datamodel/AlignmentI.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 1.7.10.2