From c7cc8fdf1696503da09134cd3ee6b9cadce38ff7 Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Mon, 6 Oct 2014 12:22:16 +0100 Subject: [PATCH] JAL-1115 TODO remove use of java.util.Vector --- src/jalview/datamodel/Sequence.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/jalview/datamodel/Sequence.java b/src/jalview/datamodel/Sequence.java index d002031..9cc7d54 100755 --- 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 annotation; /** * The index of the sequence in a MSA -- 1.7.10.2