fixed another update bug.
authorjprocter <Jim Procter>
Thu, 14 Sep 2006 11:26:26 +0000 (11:26 +0000)
committerjprocter <Jim Procter>
Thu, 14 Sep 2006 11:26:26 +0000 (11:26 +0000)
src/jalview/io/VamsasDatastore.java

index a7982cc..77189db 100755 (executable)
@@ -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...");
                   }