This method should be protected.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4309 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2006-08-09 00:55:25 +00:00
parent 85d97f5e25
commit 9a8214d39d
@@ -132,7 +132,7 @@ public class DObject // extends EventDispatcher
/** /**
* Used to briefly describe this distributed object. * Used to briefly describe this distributed object.
*/ */
public function whichBuf (buf :StringBuilder) :void protected function whichBuf (buf :StringBuilder) :void
{ {
buf.append(ClassUtil.shortClassName(this), ":", _oid); buf.append(ClassUtil.shortClassName(this), ":", _oid);
} }