Make List type safe. Remove/suppress all warnings.
[marc4j.git] / src / org / marc4j / marc / VariableField.java
index 5320179..3aebaf2 100644 (file)
@@ -22,14 +22,13 @@ package org.marc4j.marc;
 \r
 import java.io.Serializable;\r
 \r
-import org.marc4j.marc.impl.VariableFieldImpl;\r
-\r
 /**\r
  * Represents a variable field in a MARC record.\r
  * \r
  * @author Bas Peters\r
  * @version $Revision: 1.10 $\r
  */\r
+@SuppressWarnings("rawtypes")\r
 public interface VariableField extends Serializable, Comparable {\r
 \r
     /**\r