Author: toad
Date: 2009-04-04 14:30:28 +0000 (Sat, 04 Apr 2009)
New Revision: 26520

Modified:
   trunk/freenet/src/freenet/support/SectoredRandomGrabArray.java
Log:
comments


Modified: trunk/freenet/src/freenet/support/SectoredRandomGrabArray.java
===================================================================
--- trunk/freenet/src/freenet/support/SectoredRandomGrabArray.java      
2009-04-04 14:27:23 UTC (rev 26519)
+++ trunk/freenet/src/freenet/support/SectoredRandomGrabArray.java      
2009-04-04 14:30:28 UTC (rev 26520)
@@ -64,10 +64,8 @@
                }
                if(logMINOR)
                        Logger.minor(this, "Adding "+item+" to RGA "+rga+" for 
"+client);
-               // rga is auto-activated to depth 1...
                rga.add(item, container);
                if(persistent)
-                       // now deactivate to save memory
                        container.deactivate(rga, 1);
                if(logMINOR)
                        Logger.minor(this, "Size now "+grabArrays.length+" on 
"+this);

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

Reply via email to