Get a free toString().

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4223 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2006-06-25 23:16:14 +00:00
parent e21451354c
commit 55b7933c5c
@@ -21,12 +21,12 @@
package com.threerings.presents.data;
import com.threerings.io.Streamable;
import com.threerings.io.SimpleStreamableObject;
/**
* Used to track and report stats on the connection manager.
*/
public class ConMgrStats implements Streamable
public class ConMgrStats extends SimpleStreamableObject
{
/** The current index into the history arrays. */
public int current;