Make List type safe. Remove/suppress all warnings.
[marc4j.git] / src / org / marc4j / test / DataFieldTest.java
index 904b803..1018ed1 100644 (file)
@@ -42,6 +42,7 @@ public class DataFieldTest extends TestCase {
         assertEquals('a', s.getCode());\r
     }\r
 \r
+    @SuppressWarnings("unchecked")\r
     public void testComparable() throws Exception {\r
         DataField df1 = factory.newDataField("600", '0', '0');\r
         DataField df2 = factory.newDataField("600", '0', '0');\r