Merge branch 'develop' into features/mchmmer
[jalview.git] / src / jalview / bin / Jalview.java
index 30620a1..4c1e848 100755 (executable)
@@ -176,6 +176,8 @@ public class Jalview
    * 
    * @param args
    *          open <em>filename</em>
+   * @throws InterruptedException
+   * @throws IOException
    */
   public static void main(String[] args)
   {
@@ -185,6 +187,8 @@ public class Jalview
 
   /**
    * @param args
+   * @throws InterruptedException
+   * @throws IOException
    */
   void doMain(String[] args)
   {