Use Comparable for the to be removed distributed set key.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2290 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2003-02-26 17:54:56 +00:00
parent 5ed8637ecf
commit 56b0012782
11 changed files with 26 additions and 26 deletions
@@ -1,5 +1,5 @@
//
// $Id: PlaceObject.java,v 1.9 2002/10/09 06:33:48 mdb Exp $
// $Id: PlaceObject.java,v 1.10 2003/02/26 17:54:55 mdb Exp $
package com.threerings.crowd.data;
@@ -97,7 +97,7 @@ public class PlaceObject extends DObject
* the <code>occupantInfo</code> set. The set will not change until the
* event is actually propagated through the system.
*/
public void removeFromOccupantInfo (Object key)
public void removeFromOccupantInfo (Comparable key)
{
requestEntryRemove(OCCUPANT_INFO, key);
}