This is already output by SimpleStreamableObject...

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5958 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2009-09-16 20:03:53 +00:00
parent e0a4340947
commit 9f967dd575
@@ -21,9 +21,6 @@
package com.threerings.crowd.data {
import com.threerings.util.ClassUtil;
import com.threerings.util.StringBuilder;
import com.threerings.io.ObjectInputStream;
import com.threerings.io.ObjectOutputStream;
import com.threerings.io.SimpleStreamableObject;
@@ -83,13 +80,5 @@ public /*abstract*/ class PlaceConfig extends SimpleStreamableObject
{
return null; // not used
}
// documentation inherited
override protected function toStringBuilder (buf :StringBuilder) :void
{
buf.append("type=").append(ClassUtil.shortClassName(this));
buf.append(", ");
super.toStringBuilder(buf);
}
}
}