reformat benchmark source codes to meet the requirements of the annotation generation.
[IRC.git] / Robust / src / Benchmarks / SSJava / MP3DecoderInfer / DecoderErrors.java
index ef3552ada024fc94204c119bd3efd919a8b88ef2..f329fe46509ed34bcb9c73be729904336871e701 100644 (file)
  *----------------------------------------------------------------------\r
  */\r
 \r
-\r
 /**\r
- * This interface provides constants describing the error\r
- * codes used by the Decoder to indicate errors. \r
+ * This interface provides constants describing the error codes used by the\r
+ * Decoder to indicate errors.\r
  * \r
- * @author     MDM\r
+ * @author MDM\r
  */\r
-public interface DecoderErrors extends JavaLayerErrors\r
-{\r
-       \r
-       static public final int UNKNOWN_ERROR = DECODER_ERROR + 0;\r
-       \r
-       /**\r
-        * Layer not supported by the decoder. \r
-        */\r
-       static public final int UNSUPPORTED_LAYER = DECODER_ERROR + 1;\r
+public interface DecoderErrors extends JavaLayerErrors {\r
+\r
+  static public final int UNKNOWN_ERROR = DECODER_ERROR + 0;\r
+\r
+  /**\r
+   * Layer not supported by the decoder.\r
+   */\r
+  static public final int UNSUPPORTED_LAYER = DECODER_ERROR + 1;\r
 \r
-    /**\r
-        * Illegal allocation in subband layer. Indicates a corrupt stream.\r
-        */\r
-       static public final int ILLEGAL_SUBBAND_ALLOCATION = DECODER_ERROR + 2;\r
+  /**\r
+   * Illegal allocation in subband layer. Indicates a corrupt stream.\r
+   */\r
+  static public final int ILLEGAL_SUBBAND_ALLOCATION = DECODER_ERROR + 2;\r
 \r
 }\r