JAL-674 helpful javadoc for remap method
authorJim Procter <jprocter@dundee.ac.uk>
Thu, 30 Oct 2014 15:40:31 +0000 (15:40 +0000)
committerJim Procter <jprocter@dundee.ac.uk>
Thu, 30 Oct 2014 15:40:40 +0000 (15:40 +0000)
src/jalview/datamodel/AlignmentAnnotation.java

index 603efe0..4159ddb 100755 (executable)
@@ -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)