Oops, SimpleStreamableObject handles toString.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6607 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -57,10 +57,4 @@ public class DObjectAddress extends SimpleStreamableObject
|
||||
return oid == o.oid
|
||||
&& (nodeName == o.nodeName || (nodeName != null && nodeName.equals(o.nodeName)));
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString ()
|
||||
{
|
||||
return "[nodeName=" + nodeName + ", oid=" + oid + "]";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user