Comment fix.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5747 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2009-04-27 19:48:00 +00:00
parent eb4b8674af
commit a2d6549121
@@ -273,7 +273,7 @@ public abstract class PeerManager
/**
* Applies the supplied operation to all {@link NodeObject}s. The operation should not modify
* the objects unless you really know what you're doing. more likely it will summarize
* the objects unless you really know what you're doing. More likely it will summarize
* information contained therein.
*/
public void applyToNodes (Function<NodeObject,Void> op)