Author: toad
Date: 2007-06-28 14:30:12 +0000 (Thu, 28 Jun 2007)
New Revision: 13807

Modified:
   trunk/freenet/src/freenet/node/FailureTableEntry.java
Log:
comments

Modified: trunk/freenet/src/freenet/node/FailureTableEntry.java
===================================================================
--- trunk/freenet/src/freenet/node/FailureTableEntry.java       2007-06-28 
14:11:04 UTC (rev 13806)
+++ trunk/freenet/src/freenet/node/FailureTableEntry.java       2007-06-28 
14:30:12 UTC (rev 13807)
@@ -279,7 +279,7 @@
                return bestDiff;
        }

-       /** Offer this node to all the nodes that have requested it, and all 
the nodes it has been requested from.
+       /** Offer this key to all the nodes that have requested it, and all the 
nodes it has been requested from.
         * Called after a) the data has been stored, and b) this entry has been 
removed from the FT */
        public void offer() {
                for(int i=0;i<requestorNodes.length;i++) {


Reply via email to