more changes.
[IRC.git] / Robust / src / Tests / ssJava / mp3decoder / huffcodetab.java
index 17b665a826c60d37636de93c9e8c67f07714c1df..1769d0f31311f662af48cdf4564a0bdc7b7980f8 100644 (file)
  * Class to implements Huffman decoder.\r
  */\r
 @LATTICE("FIELD<FINAL")\r
-@METHODDEFAULT("OUT<V,V<SH,SH<IN,SH*,THISLOC=IN,GLOBALLOC=IN");\r
+@METHODDEFAULT("OUT<V,V<SH,SH<IN,SH*,THISLOC=IN,GLOBALLOC=IN")\r
 final class huffcodetab\r
 {\r
-  @LOC("FINAL") private static final int        MXOFF=250;\r
-  @LOC("FINAL") private static final int        HTN=34;\r
+  private static final int      MXOFF=250;\r
+  private static final int      HTN=34;\r
   \r
   @LOC("FIELD") private char                            tablename0 = ' ';      /* string, containing table_description   */\r
   @LOC("FIELD") private char                            tablename1 = ' ';      /* string, containing table_description   */\r