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:
35dbd91
)
JAL-1115 TODO remove use of java.util.Vector
author
Jim Procter
<j.procter@dundee.ac.uk>
Mon, 6 Oct 2014 11:22:16 +0000
(12:22 +0100)
committer
Jim Procter
<j.procter@dundee.ac.uk>
Mon, 6 Oct 2014 11:22:16 +0000
(12:22 +0100)
src/jalview/datamodel/Sequence.java
patch
|
blob
|
history
diff --git
a/src/jalview/datamodel/Sequence.java
b/src/jalview/datamodel/Sequence.java
index
d002031
..
9cc7d54
100755
(executable)
--- a/
src/jalview/datamodel/Sequence.java
+++ b/
src/jalview/datamodel/Sequence.java
@@
-59,8
+59,10
@@
public class Sequence implements SequenceI
/**
* This annotation is displayed below the alignment but the positions are tied
* to the residues of this sequence
+ *
+ * TODO: change to List<>
*/
- Vector annotation;
+ Vector<AlignmentAnnotation> annotation;
/**
* The index of the sequence in a MSA