Author: toad
Date: 2008-05-30 21:47:54 +0000 (Fri, 30 May 2008)
New Revision: 20148

Modified:
   branches/db4o/freenet/src/freenet/node/SendableRequest.java
Log:
Fix javadoc

Modified: branches/db4o/freenet/src/freenet/node/SendableRequest.java
===================================================================
--- branches/db4o/freenet/src/freenet/node/SendableRequest.java 2008-05-30 
18:18:41 UTC (rev 20147)
+++ branches/db4o/freenet/src/freenet/node/SendableRequest.java 2008-05-30 
21:47:54 UTC (rev 20148)
@@ -24,7 +24,7 @@
        /** Choose a key to fetch. Removes the block number from any internal 
queues 
         * (but not the key itself, implementors must have a separate queue of 
block 
         * numbers and mapping of block numbers to keys).
-        * @return An object identifying a specific key. -1 indicates no keys 
available. */
+        * @return An object identifying a specific key. null indicates no keys 
available. */
        public abstract Object chooseKey(KeysFetchingLocally keys);

        /** All key identifiers. Including those not currently eligible to be 
sent because 


Reply via email to