From 8e355d5b0553a9c786cd1d295c73aeb140416be7 Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Thu, 30 Oct 2014 15:40:31 +0000 Subject: [PATCH] JAL-674 helpful javadoc for remap method --- src/jalview/datamodel/AlignmentAnnotation.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/jalview/datamodel/AlignmentAnnotation.java b/src/jalview/datamodel/AlignmentAnnotation.java index 603efe0..4159ddb 100755 --- a/src/jalview/datamodel/AlignmentAnnotation.java +++ b/src/jalview/datamodel/AlignmentAnnotation.java @@ -1202,6 +1202,8 @@ public class AlignmentAnnotation * @param idxoffset * - offset added to index when referencing either coordinate system * @note no checks are made as to whether from and/or to are sensible + * @note caller should add the remapped annotation to newref if they have not + * already */ public void remap(SequenceI newref, int[][] mapping, int from, int to, int idxoffset) -- 1.7.10.2