Author: toad
Date: 2008-02-06 23:41:01 +0000 (Wed, 06 Feb 2008)
New Revision: 17628

Modified:
   trunk/freenet/src/freenet/node/simulator/RealNodeULPRTest.java
Log:
Delete obsolete (was only true in local testing code) comment

Modified: trunk/freenet/src/freenet/node/simulator/RealNodeULPRTest.java
===================================================================
--- trunk/freenet/src/freenet/node/simulator/RealNodeULPRTest.java      
2008-02-06 23:37:51 UTC (rev 17627)
+++ trunk/freenet/src/freenet/node/simulator/RealNodeULPRTest.java      
2008-02-06 23:41:01 UTC (rev 17628)
@@ -83,7 +83,6 @@
         Executor executor = new PooledExecutor();
         for(int i=0;i<NUMBER_OF_NODES;i++) {
             nodes[i] = 
-               // FIXME re-up thread limit
                NodeStarter.createTestNode(5000+i, testName, false, true, true, 
MAX_HTL, 20 /* 5% */, random, executor, 500*NUMBER_OF_NODES);
             Logger.normal(RealNodeRoutingTest.class, "Created node "+i);
         }


Reply via email to