jdk/src/share/classes/java/util/JumboEnumSet.java
changeset 8800 e658ae923d53
parent 8787 4b055daf8dd0
child 9035 1255eb81cc2f
--- a/jdk/src/share/classes/java/util/JumboEnumSet.java	Thu Mar 17 08:55:41 2011 -0700
+++ b/jdk/src/share/classes/java/util/JumboEnumSet.java	Thu Mar 17 13:13:08 2011 -0700
@@ -34,6 +34,8 @@
  * @serial exclude
  */
 class JumboEnumSet<E extends Enum<E>> extends EnumSet<E> {
+    private static final long serialVersionUID = 334349849919042784L;
+
     /**
      * Bit vector representation of this set.  The ith bit of the jth
      * element of this array represents the  presence of universe[64*j +i]