JAL-1541 minor code clean up, and added test for BioJsHTMLOutput
[jalview.git] / src / jalview / io / HtmlFile.java
index fd07893..d507362 100644 (file)
@@ -62,7 +62,7 @@ public class HtmlFile extends AlignFile
     }
   }
 
-  public void LoadAlignmentFeatures(AlignFrame af)
+  public void applySettingsToAlignFrame(AlignFrame af)
   {
     af.setShowSeqFeatures(isShowSeqFeatures());
     af.changeColour(getColourScheme());
@@ -74,7 +74,7 @@ public class HtmlFile extends AlignFile
   public String print()
   {
     throw new UnsupportedOperationException(
-            "Print method of HtmlFile not yet supported!");
+            "Print method of HtmlFile is not supported!");
   }
 
   public boolean isShowSeqFeatures()