try to make mp3decoder pass SSJava checking
[IRC.git] / Robust / src / Tests / ssJava / mp3decoder / Bitstream.java
index 7fd9be88f988f3001f771d96af3f0edc1cf6ea2e..2692393560d51910640431380e816242b1dfc36e 100644 (file)
@@ -48,13 +48,13 @@ public final class Bitstream implements BitstreamErrors
         * Synchronization control constant for the initial\r
         * synchronization to the start of a frame.\r
         */\r
-       static byte             INITIAL_SYNC = 0;\r
+       static final byte               INITIAL_SYNC = 0;\r
 \r
        /**\r
         * Synchronization control constant for non-initial frame\r
         * synchronizations.\r
         */\r
-       static byte             STRICT_SYNC = 1;\r
+       static final byte               STRICT_SYNC = 1;\r
 \r
        // max. 1730 bytes per frame: 144 * 384kbit/s / 32000 Hz + 2 Bytes CRC\r
        /**\r