X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fdatamodel%2FAlignmentI.java;h=8b947eb415097a95f9a944596d96eac285e4a966;hb=8a6fa9ea9900d0f106529c3f6283e7f9d76dd2cb;hp=9339b5cc4fb9c8f3ba1b8979c92ca5d8471f0edd;hpb=153dd62dc91da13ae732600e6ea55ddbe15eab39;p=jalview.git diff --git a/src/jalview/datamodel/AlignmentI.java b/src/jalview/datamodel/AlignmentI.java index 9339b5c..8b947eb 100755 --- a/src/jalview/datamodel/AlignmentI.java +++ b/src/jalview/datamodel/AlignmentI.java @@ -215,8 +215,9 @@ public interface AlignmentI public boolean deleteAnnotation(AlignmentAnnotation aa); /** - * Get the annotation associated with this alignment - * (this can be null if no annotation has ever been created on the alignment) + * 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();