@Override gets the point across

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6038 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Dave Hoover
2010-02-10 20:32:51 +00:00
parent 3414612462
commit 83f71c606e
28 changed files with 73 additions and 73 deletions
@@ -1315,7 +1315,7 @@ public abstract class PeerManager
}
}
@Override // documentation inherited
@Override
public String toString ()
{
return "[node=" + getNodeName() + ", lock=" + _lock + ", acquire=" + _acquire + "]";