JAL-1541 minor code clean up, and added test for BioJsHTMLOutput
[jalview.git] / src / jalview / gui / CutAndPasteTransfer.java
index 3f4aa71..1981488 100644 (file)
@@ -228,11 +228,11 @@ public class CutAndPasteTransfer extends GCutAndPasteTransfer
 
         if (source instanceof HtmlFile)
         {
-          ((HtmlFile) source).LoadAlignmentFeatures(af);
+          ((HtmlFile) source).applySettingsToAlignFrame(af);
         }
         else if (source instanceof JSONFile)
         {
-          ((JSONFile) source).LoadAlignmentFeatures(af);
+          ((JSONFile) source).applySettingsToAlignFrame(af);
         }