Author: nextgens
Date: 2008-05-20 16:30:25 +0000 (Tue, 20 May 2008)
New Revision: 19975
Modified:
trunk/freenet/src/freenet/node/ProbeCallback.java
Log:
same thing
Modified: trunk/freenet/src/freenet/node/ProbeCallback.java
===================================================================
--- trunk/freenet/src/freenet/node/ProbeCallback.java 2008-05-20 16:28:56 UTC
(rev 19974)
+++ trunk/freenet/src/freenet/node/ProbeCallback.java 2008-05-20 16:30:25 UTC
(rev 19975)
@@ -10,7 +10,8 @@
void onTrace(long uid, double target, double nearest, double best,
short htl, short counter, double location, long nodeUID, double[] peerLocs,
long[] peerUIDs, double[] locsNotVisited, short forkCount, short linearCount,
String reason, long prevUID);
- /** Got a RejectedOverload passed down from some upstream node. Note
that not all probe request
+ /**
+ * Got a RejectedOverload passed down from some upstream node. Note
that not all probe request
* implementations may generate these.
*/
void onRejectOverload();