X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fio%2FHtmlFile.java;fp=src%2Fjalview%2Fio%2FHtmlFile.java;h=d507362c8cc5188a35eb805977099ee81f3da351;hb=7ce1382b998c007a78c9b33a3dc331e966eebc4b;hp=fd0789311d7cceed503b84604b1180e961bf7230;hpb=e2d6753e8cf3c5eaf8bccf34f4f5e9d651e9cb8e;p=jalview.git diff --git a/src/jalview/io/HtmlFile.java b/src/jalview/io/HtmlFile.java index fd07893..d507362 100644 --- a/src/jalview/io/HtmlFile.java +++ b/src/jalview/io/HtmlFile.java @@ -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()