JAL-3068 tidy status bar messaging
[jalview.git] / src / jalview / io / BioJsHTMLOutput.java
index 11436d3..9db3df2 100644 (file)
@@ -56,7 +56,7 @@ public class BioJsHTMLOutput extends HTMLOutput
 
   public BioJsHTMLOutput(AlignmentPanel ap)
   {
-    super(ap);
+    super(ap, "BioJS MSA");
   }
 
   public static void refreshVersionInfo(String dirName)
@@ -275,10 +275,4 @@ public class BioJsHTMLOutput extends HTMLOutput
 
   }
 
-  @Override
-  protected String getDescription()
-  {
-    return "BioJS MSA";
-  }
-
 }