git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bbf32c
)
javadoc
author
jprocter
<Jim Procter>
Tue, 1 May 2007 11:47:32 +0000
(11:47 +0000)
committer
jprocter
<Jim Procter>
Tue, 1 May 2007 11:47:32 +0000
(11:47 +0000)
src/jalview/datamodel/AlignmentI.java
patch
|
blob
|
history
diff --git
a/src/jalview/datamodel/AlignmentI.java
b/src/jalview/datamodel/AlignmentI.java
index
2b210cc
..
ef1862e
100755
(executable)
--- 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
*/