[freenet-cvs] r13487 - trunk/freenet/src/freenet/node
toad at freenetproject.org
toad at freenetproject.org
Fri Jun 8 11:34:11 UTC 2007
Author: toad
Date: 2007-06-08 11:34:11 +0000 (Fri, 08 Jun 2007)
New Revision: 13487
Modified:
trunk/freenet/src/freenet/node/LocationManager.java
Log:
Partial javadoc
Modified: trunk/freenet/src/freenet/node/LocationManager.java
===================================================================
--- trunk/freenet/src/freenet/node/LocationManager.java 2007-06-07 15:22:28 UTC (rev 13486)
+++ trunk/freenet/src/freenet/node/LocationManager.java 2007-06-08 11:34:11 UTC (rev 13487)
@@ -961,7 +961,8 @@
/** Spy on locations in somebody else's swap request. Greatly increases the
* speed at which we can gather location data to estimate the network's size.
- * @param swappingWithMe
+ * @param swappingWithMe True if this node is participating in the swap, false if it is
+ * merely spying on somebody else's swap.
*/
private void spyOnLocations(Message m, boolean ignoreIfOld, boolean swappingWithMe, double myLoc) {
More information about the cvs
mailing list