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: ClientObject.java,v 1.6 2003/02/26 17:54:56 mdb Exp $
// $Id: ClientObject.java,v 1.7 2003/04/30 22:45:57 mdb Exp $
package com.threerings.presents.data;
@@ -105,7 +105,7 @@ public class ClientObject extends DObject
*/
public void setReceivers (DSet receivers)
{
this.receivers = receivers;
requestAttributeChange(RECEIVERS, receivers);
this.receivers = receivers;
}
}