Author: toad
Date: 2009-04-04 14:25:07 +0000 (Sat, 04 Apr 2009)
New Revision: 26518

Modified:
   trunk/freenet/src/freenet/support/RandomGrabArray.java
Log:
delete obsolete comment


Modified: trunk/freenet/src/freenet/support/RandomGrabArray.java
===================================================================
--- trunk/freenet/src/freenet/support/RandomGrabArray.java      2009-04-04 
13:34:06 UTC (rev 26517)
+++ trunk/freenet/src/freenet/support/RandomGrabArray.java      2009-04-04 
14:25:07 UTC (rev 26518)
@@ -358,14 +358,6 @@
                }
        }
 
-       /**
-        * FIXME: This does not remove from higher level structures! This will 
only
-        * be removed from the SectoredRGA the next time the request selection 
loop
-        * runs - and if there are higher priority requests, and hard 
priorities are 
-        * enabled, it may not reach this.
-        * @param it
-        * @param container
-        */
        public void remove(RandomGrabArrayItem it, ObjectContainer container) {
                if(Logger.shouldLog(Logger.MINOR, this))
                        Logger.minor(this, "Removing "+it+" from "+this);

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to