From 6969476ada54b3f4fdcfabf7286b35eb7a6ba71c Mon Sep 17 00:00:00 2001 From: jprocter Date: Tue, 1 May 2007 11:47:32 +0000 Subject: [PATCH] javadoc --- 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 2b210cc..ef1862e 100755 --- a/src/jalview/datamodel/AlignmentI.java +++ b/src/jalview/datamodel/AlignmentI.java @@ -181,7 +181,7 @@ public interface AlignmentI * 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. + * vector. Otherwise, it will do nothing. * * @param aa the annotation to delete */ -- 1.7.10.2