Regenerated with fixed gendobj.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1098 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-03-08 01:06:12 +00:00
parent 3716aecaa5
commit 0177f77dfd
2 changed files with 6 additions and 6 deletions
@@ -1,5 +1,5 @@
//
// $Id: TableLobbyObject.java,v 1.2 2002/02/20 23:35:42 mdb Exp $
// $Id: TableLobbyObject.java,v 1.3 2002/03/08 01:06:12 mdb Exp $
package com.threerings.micasa.lobby.table;
@@ -81,9 +81,9 @@ public class TableLobbyObject
* change. Proxied copies of this object (on clients) will apply the
* value change when they received the attribute changed notification.
*/
public void setTableSet (DSet value)
public void setTableSet (DSet tableSet)
{
this.tableSet = tableSet;
requestAttributeChange(TABLE_SET, value);
requestAttributeChange(TABLE_SET, tableSet);
}
}