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:
@@ -132,7 +132,7 @@ public class DObject // extends EventDispatcher
|
||||
/**
|
||||
* 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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user