Truth in method naming.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5484 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2008-10-30 22:31:15 +00:00
parent ed0718674e
commit 7d4a594929
2 changed files with 6 additions and 6 deletions
@@ -189,7 +189,7 @@ public class PeerNode
// documentation inherited from interface ClientObserver
public void clientDidLogoff (Client client)
{
_peermgr.peerDidLogoff(this);
_peermgr.disconnectedFromPeer(this);
nodeobj = null;
}
@@ -206,7 +206,7 @@ public class PeerNode
nodeobj = object;
nodeobj.addListener(this);
_peermgr.peerDidLogon(this);
_peermgr.connectedToPeer(this);
}
// documentation inherited from interface Subscriber