Key is Comparable.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2699 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2003-07-11 01:21:43 +00:00
parent 71cd8b421a
commit cfe4b49c6e
@@ -1,5 +1,5 @@
//
// $Id: EntryRemovedEvent.java,v 1.15 2003/04/30 22:32:04 mdb Exp $
// $Id: EntryRemovedEvent.java,v 1.16 2003/07/11 01:21:43 ray Exp $
package com.threerings.presents.dobj;
@@ -88,6 +88,6 @@ public class EntryRemovedEvent extends NamedEvent
buf.append(", key=").append(_key);
}
protected Object _key;
protected Comparable _key;
protected transient DSet.Entry _oldEntry = UNSET_OLD_ENTRY;
}