From: Jim Procter Date: Mon, 6 Oct 2014 11:22:16 +0000 (+0100) Subject: JAL-1115 TODO remove use of java.util.Vector X-Git-Tag: Jalview_2_9~174^2~4 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=c7cc8fdf1696503da09134cd3ee6b9cadce38ff7;p=jalview.git JAL-1115 TODO remove use of java.util.Vector --- 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