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:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: TableLobbyObject.java,v 1.1 2001/10/19 02:04:29 mdb Exp $
|
||||
// $Id: TableLobbyObject.java,v 1.2 2003/02/26 17:54:56 mdb Exp $
|
||||
|
||||
package com.threerings.parlor.data;
|
||||
|
||||
@@ -34,5 +34,5 @@ public interface TableLobbyObject
|
||||
* Removes the table instance that matches the specified key from the
|
||||
* tables set (using the appropriate distributed object mechanisms).
|
||||
*/
|
||||
public void removeFromTables (Object key);
|
||||
public void removeFromTables (Comparable key);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user