Author: toad
Date: 2008-06-21 17:09:10 +0000 (Sat, 21 Jun 2008)
New Revision: 20595

Modified:
   
branches/db4o/freenet/src/freenet/client/async/ClientRequestSchedulerCore.java
Log:
comment

Modified: 
branches/db4o/freenet/src/freenet/client/async/ClientRequestSchedulerCore.java
===================================================================
--- 
branches/db4o/freenet/src/freenet/client/async/ClientRequestSchedulerCore.java  
    2008-06-21 17:08:50 UTC (rev 20594)
+++ 
branches/db4o/freenet/src/freenet/client/async/ClientRequestSchedulerCore.java  
    2008-06-21 17:09:10 UTC (rev 20595)
@@ -438,6 +438,7 @@
                                }
                        });
                        // Don't sort it. It has to activate everything before 
sorting it!
+                       // FIXME an index may improve things
                        //, new Comparator() {
 //                             public int compare(Object arg0, Object arg1) {
 //                                     RegisterMe reg0 = (RegisterMe) arg0;


Reply via email to