raw evaluation numbers for the mp3decoder
[IRC.git] / Robust / src / Benchmarks / SSJava / MP3Decoder / Decoder.java
index 12287b1c94b781f71e4386edcfaa535aa79355d1..ae6e87a667b0bbb11b8acab03c3b13923b353ae6 100644 (file)
@@ -232,6 +232,11 @@ public class Decoder implements DecoderErrors {
   protected DecoderException newDecoderException(int errorcode, Throwable throwable) {\r
     return new DecoderException(errorcode, throwable);\r
   }\r
+}\r
+\r
+\r
+\r
+\r
 \r
   /**\r
    * The <code>Params</code> class presents the customizable aspects of the\r
@@ -239,7 +244,7 @@ public class Decoder implements DecoderErrors {
    * <p>\r
    * Instances of this class are not thread safe.\r
    */\r
-  public static class Params implements Cloneable {\r
+  public class Params implements Cloneable {\r
 \r
     // private OutputChannels outputChannels = OutputChannels.BOTH;\r
     private OutputChannels outputChannels = new OutputChannels(0);\r
@@ -292,5 +297,4 @@ public class Decoder implements DecoderErrors {
       return equalizer;\r
     }\r
 \r
-  };\r
-}\r
+  }
\ No newline at end of file