Make List type safe. Remove/suppress all warnings.
[marc4j.git] / src / org / marc4j / marc / impl / SubfieldImpl.java
index 4428e5b..c5db0a2 100644 (file)
@@ -33,6 +33,11 @@ import org.marc4j.marc.Subfield;
  */\r
 public class SubfieldImpl implements Subfield {\r
 \r
+    /**\r
+     *  \r
+     */\r
+    private static final long serialVersionUID = -5652216007819993017L;\r
+\r
     private Long id;\r
     \r
     private char code;\r