JAL-1115 TODO remove use of java.util.Vector
authorJim Procter <j.procter@dundee.ac.uk>
Mon, 6 Oct 2014 11:22:16 +0000 (12:22 +0100)
committerJim Procter <j.procter@dundee.ac.uk>
Mon, 6 Oct 2014 11:22:16 +0000 (12:22 +0100)
src/jalview/datamodel/Sequence.java

index d002031..9cc7d54 100755 (executable)
@@ -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