Make List type safe. Remove/suppress all warnings.
[marc4j.git] / src / org / marc4j / converter / impl / CodeTableGenerator.java
index bdeb663..023cc55 100644 (file)
@@ -57,6 +57,7 @@ public class CodeTableGenerator extends CodeTable {
         ct.dumpTableAsSwitchStatement(System.out);\r
     }\r
 \r
+    @SuppressWarnings("rawtypes")\r
     private void dumpTableAsSwitchStatement(PrintStream output)\r
     {\r
         output.println("package org.marc4j.converter.impl;");\r
@@ -169,6 +170,7 @@ public class CodeTableGenerator extends CodeTable {
         output.println("}");\r
     }\r
 \r
+    @SuppressWarnings("rawtypes")\r
     private void dumpPartialMultiByteTable(PrintStream output, StringBuffer buffer, Object keyArray[], HashMap map, int startByte, int endByte)\r
     {\r
         String startByteStr = "0x"+Integer.toHexString(startByte);\r