added serialversionuid for Hash
authoradam <adam@megacz.com>
Sat, 30 Oct 2004 08:46:47 +0000 (08:46 +0000)
committeradam <adam@megacz.com>
Sat, 30 Oct 2004 08:46:47 +0000 (08:46 +0000)
darcs-hash:20041030084647-5007d-4a96b48865664cadaa285308946c31257a74564b.gz

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