JAL-2629 removed unnecessary exception throws from Jalview main method
[jalview.git] / src / jalview / bin / Jalview.java
index 76f9958..5fba92d 100755 (executable)
@@ -179,7 +179,6 @@ public class Jalview
    * @throws IOException
    */
   public static void main(String[] args)
-          throws IOException, InterruptedException
   {
     instance = new Jalview();
     instance.doMain(args);
@@ -190,7 +189,7 @@ public class Jalview
    * @throws InterruptedException
    * @throws IOException
    */
-  void doMain(String[] args) throws IOException, InterruptedException
+  void doMain(String[] args)
   {
     System.setSecurityManager(null);
     System.out.println("Java version: "