Make List type safe. Remove/suppress all warnings.
[marc4j.git] / src / org / marc4j / test / ControlFieldTest.java
index a1c9bf7..f146737 100644 (file)
@@ -28,6 +28,7 @@ public class ControlFieldTest extends TestCase {
            assertEquals("12883376", cf.getData());\r
        }\r
     \r
+    @SuppressWarnings("unchecked")\r
     public void testComparable() throws Exception {\r
         ControlField cf1 = factory.newControlField("008", "12345");\r
         ControlField cf2 = factory.newControlField("008", "12345");\r