From: jprocter Date: Thu, 14 Sep 2006 11:26:26 +0000 (+0000) Subject: fixed another update bug. X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=d8ec49016d27c0c3c5565021d86d7a5b50a92809 fixed another update bug. --- diff --git a/src/jalview/io/VamsasDatastore.java b/src/jalview/io/VamsasDatastore.java index a7982cc..77189db 100755 --- a/src/jalview/io/VamsasDatastore.java +++ b/src/jalview/io/VamsasDatastore.java @@ -1044,7 +1044,7 @@ public class VamsasDatastore { // jan.update(getjAlignmentAnnotation(jal, an[a])); // update from another annotation object in place. Cache.log.debug("update from vamsas alignment annotation to existing jalview alignment annotation."); - if (an[i].getModifiable()) { + if (an[j].getModifiable()) { // TODO: user defined annotation is totally mutable... - so load it up or throw away if locally edited. Cache.log.info("NOT IMPLEMENTED - Recovering user-modifiable annotation - yet..."); }