X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fibex%2Futil%2FHash.java;fp=src%2Forg%2Fibex%2Futil%2FHash.java;h=0a31000bb9107ee01303487ea70b38962ec9407d;hb=e111e8796d4b9ceca3a0aa8ce56845df4e7970a2;hp=6952e827021af0c7104cff0e5e38cae0d870c268;hpb=e1076a62356975f3b8c308146185fefd0e23fa2d;p=org.ibex.util.git diff --git a/src/org/ibex/util/Hash.java b/src/org/ibex/util/Hash.java index 6952e82..0a31000 100644 --- a/src/org/ibex/util/Hash.java +++ b/src/org/ibex/util/Hash.java @@ -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