Author: toad
Date: 2008-02-16 23:13:57 +0000 (Sat, 16 Feb 2008)
New Revision: 18018

Modified:
   trunk/freenet/src/freenet/client/async/RequestCooldownQueue.java
Log:
comments

Modified: trunk/freenet/src/freenet/client/async/RequestCooldownQueue.java
===================================================================
--- trunk/freenet/src/freenet/client/async/RequestCooldownQueue.java    
2008-02-16 23:00:23 UTC (rev 18017)
+++ trunk/freenet/src/freenet/client/async/RequestCooldownQueue.java    
2008-02-16 23:13:57 UTC (rev 18018)
@@ -25,7 +25,7 @@
        int holes;
        /** location of first (chronologically) key */
        int startPtr;
-       /** location of last key (may be < startPtr if wrapped around) */
+       /** location next key will be put in (may be < startPtr if wrapped 
around) */
        int endPtr;
        static boolean logMINOR;



Reply via email to