Author: nextgens
Date: 2008-05-20 16:28:56 +0000 (Tue, 20 May 2008)
New Revision: 19974
Modified:
trunk/freenet/src/freenet/node/RequestScheduler.java
Log:
same thing
Modified: trunk/freenet/src/freenet/node/RequestScheduler.java
===================================================================
--- trunk/freenet/src/freenet/node/RequestScheduler.java 2008-05-20
16:23:46 UTC (rev 19973)
+++ trunk/freenet/src/freenet/node/RequestScheduler.java 2008-05-20
16:28:56 UTC (rev 19974)
@@ -10,7 +10,8 @@
public SendableRequest removeFirst();
- /** Tell the scheduler that a request from a specific RandomGrabArray
succeeded.
+ /**
+ * Tell the scheduler that a request from a specific RandomGrabArray
succeeded.
* Definition of "succeeded" will vary, but the point is most
schedulers will run another
* request from the parentGrabArray in the near future on the theory
that if one works,
* another may also work.