javadoc re JAL-554
authorjprocter <Jim Procter>
Thu, 3 Jun 2010 15:12:20 +0000 (15:12 +0000)
committerjprocter <Jim Procter>
Thu, 3 Jun 2010 15:12:20 +0000 (15:12 +0000)
src/jalview/datamodel/AlignmentI.java

index 2991a2d..293ace0 100755 (executable)
@@ -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();