added serialversionuid for Hash
[org.ibex.util.git] / src / org / ibex / util / Hash.java
index 6952e82..0a31000 100644 (file)
@@ -17,6 +17,9 @@ import java.util.*;
  *  Not threadsafe.
  */
 public class Hash implements java.io.Serializable {
+
+    public static final long serialVersionUID = 8177551301264350283L;
+
     /** this object is inserted as key in a slot when the
      *  corresponding value is removed -- this ensures that the
      *  probing sequence for any given key remains the same even if