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:
4649d4d
)
remove should be removeElement
author
amwaterhouse
<Andrew Waterhouse>
Thu, 26 Apr 2007 09:26:53 +0000
(09:26 +0000)
committer
amwaterhouse
<Andrew Waterhouse>
Thu, 26 Apr 2007 09:26:53 +0000
(09:26 +0000)
src/jalview/datamodel/Sequence.java
patch
|
blob
|
history
diff --git
a/src/jalview/datamodel/Sequence.java
b/src/jalview/datamodel/Sequence.java
index
718d72b
..
81a0f40
100755
(executable)
--- a/
src/jalview/datamodel/Sequence.java
+++ b/
src/jalview/datamodel/Sequence.java
@@
-766,7
+766,7
@@
public class Sequence
{
if(this.annotation!=null)
{
- this.annotation.remove(annotation);
+ this.annotation.removeElement(annotation);
if(this.annotation.size()==0)
this.annotation = null;
}