[freenet-cvs] r17471 - trunk/freenet/src/freenet/node

toad at freenetproject.org toad at freenetproject.org
Sat Feb 2 16:00:49 UTC 2008


Author: toad
Date: 2008-02-02 16:00:49 +0000 (Sat, 02 Feb 2008)
New Revision: 17471

Modified:
   trunk/freenet/src/freenet/node/FailureTable.java
Log:
More comments

Modified: trunk/freenet/src/freenet/node/FailureTable.java
===================================================================
--- trunk/freenet/src/freenet/node/FailureTable.java	2008-02-02 15:57:28 UTC (rev 17470)
+++ trunk/freenet/src/freenet/node/FailureTable.java	2008-02-02 16:00:49 UTC (rev 17471)
@@ -51,7 +51,7 @@
 	
 	/**
 	 * Called when a node kills a request: the request DNFs, is killed by a RecentlyFailed message, 
-	 * times out or gets a local RejectedOverload. Either way this can create a FailureTableEntry.
+	 * or times out. In any case this will create a FailureTableEntry.
 	 * @param key The key that was fetched.
 	 * @param htl The HTL it was fetched at.
 	 * @param requestors The nodes requesting it (if any).




More information about the cvs mailing list