changes.
[IRC.git] / Robust / src / Tests / ssJava / mp3decoder / MP3Player.java
index 51f7eebf133c98ff57a7f213c9246df54f24d7e6..bd623697e0aea58ef3f4e724599371672d1d1719 100644 (file)
@@ -14,6 +14,7 @@ public class MP3Player {
     if (args.length == 1) {
       filename = args[0];
     }
+    play();
   }
 
   /**
@@ -34,9 +35,7 @@ public class MP3Player {
       player.play();
     } catch (IOException ex) {
       throw new JavaLayerException("Problem playing file " + filename, ex);
-    } catch (Exception ex) {
-      throw new JavaLayerException("Problem playing file " + filename, ex);
-    }
+    } 
   }
 
 }
\ No newline at end of file