removeAlignmentAnnotation only removes annotation objects referenced by the alignment...
[jalview.git] / src / jalview / datamodel / AlignmentI.java
index 9141a51..2b210cc 100755 (executable)
@@ -178,8 +178,11 @@ public interface AlignmentI
   public void setAnnotationIndex(AlignmentAnnotation aa, int index);
 
   /**
-   * Deletes a specific AlignmentAnnotation from the alignment.
-   *
+   * Deletes a specific AlignmentAnnotation from the alignment,
+   * and removes its reference from any SequenceI object's annotation
+   * if and only if aa is contained within the alignment's annotation
+   * vector.
+   * 
    * @param aa the annotation to delete
    */
   public void deleteAnnotation(AlignmentAnnotation aa);