Let's have a nice toString().

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5480 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2008-10-28 22:16:38 +00:00
parent 7d5d10e2f8
commit 677e06b193
@@ -21,7 +21,7 @@
package com.threerings.presents.server;
import com.threerings.io.Streamable;
import com.threerings.io.SimpleStreamableObject;
import com.threerings.presents.data.ClientObject;
@@ -32,8 +32,7 @@ import com.threerings.presents.data.ClientObject;
* <p> Note: this object implements streamable so that it can be cleanly passed between servers in
* a peered environment. It is never sent to the client.
*/
public class ClientLocal
implements Streamable
public class ClientLocal extends SimpleStreamableObject
{
// nothing to track at this level
}