No need to repeat ourselves.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5629 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -890,9 +890,8 @@ public class PresentsSession
|
|||||||
*/
|
*/
|
||||||
protected void toString (StringBuilder buf)
|
protected void toString (StringBuilder buf)
|
||||||
{
|
{
|
||||||
buf.append("username=").append(_username);
|
buf.append("who=").append(_username);
|
||||||
buf.append(", conn=").append(getConnection());
|
buf.append(", conn=").append(getConnection());
|
||||||
buf.append(", who=").append(_username);
|
|
||||||
buf.append(", in=").append(_messagesIn);
|
buf.append(", in=").append(_messagesIn);
|
||||||
buf.append(", out=").append(_messagesOut);
|
buf.append(", out=").append(_messagesOut);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user