Regenerated DObject definitions with new policy.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2514 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2003-04-30 22:45:57 +00:00
parent dd2657db24
commit 2c94e12490
7 changed files with 27 additions and 27 deletions
@@ -1,5 +1,5 @@
//
// $Id: TableLobbyObject.java,v 1.6 2003/02/26 17:54:56 mdb Exp $
// $Id: TableLobbyObject.java,v 1.7 2003/04/30 22:45:57 mdb Exp $
package com.threerings.micasa.lobby.table;
@@ -83,7 +83,7 @@ public class TableLobbyObject
*/
public void setTableSet (DSet tableSet)
{
this.tableSet = tableSet;
requestAttributeChange(TABLE_SET, tableSet);
this.tableSet = tableSet;
}
}