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:
@@ -21,9 +21,6 @@
|
|||||||
|
|
||||||
package com.threerings.crowd.data {
|
package com.threerings.crowd.data {
|
||||||
|
|
||||||
import com.threerings.util.ClassUtil;
|
|
||||||
import com.threerings.util.StringBuilder;
|
|
||||||
|
|
||||||
import com.threerings.io.ObjectInputStream;
|
import com.threerings.io.ObjectInputStream;
|
||||||
import com.threerings.io.ObjectOutputStream;
|
import com.threerings.io.ObjectOutputStream;
|
||||||
import com.threerings.io.SimpleStreamableObject;
|
import com.threerings.io.SimpleStreamableObject;
|
||||||
@@ -83,13 +80,5 @@ public /*abstract*/ class PlaceConfig extends SimpleStreamableObject
|
|||||||
{
|
{
|
||||||
return null; // not used
|
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);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user