JAL-1541 minor code clean up, and added test for BioJsHTMLOutput
[jalview.git] / src / jalview / io / BioJsHTMLOutput.java
index 86b4c28..669054d 100644 (file)
@@ -27,10 +27,10 @@ public class BioJsHTMLOutput
       this.av = ap.av;
       av.setFeatureRenderer(new FeatureRenderer(ap));
     }
-    exportJalviewAlignmentAsBioJsHtmlFile();
+
   }
 
-  private void exportJalviewAlignmentAsBioJsHtmlFile()
+  public void exportJalviewAlignmentAsBioJsHtmlFile()
   {
     try
     {