Merge branch 'develop' into features/mchmmer
[jalview.git] / src / jalview / bin / Jalview.java
index 287096d..f911675 100755 (executable)
@@ -175,6 +175,8 @@ public class Jalview
    * 
    * @param args
    *          open <em>filename</em>
+   * @throws InterruptedException
+   * @throws IOException
    */
   public static void main(String[] args)
   {
@@ -184,6 +186,8 @@ public class Jalview
 
   /**
    * @param args
+   * @throws InterruptedException
+   * @throws IOException
    */
   void doMain(String[] args)
   {