Author: toad
Date: 2008-02-26 15:37:52 +0000 (Tue, 26 Feb 2008)
New Revision: 18165

Modified:
   trunk/freenet/src/freenet/client/HighLevelSimpleClientImpl.java
Log:
Correct comment

Modified: trunk/freenet/src/freenet/client/HighLevelSimpleClientImpl.java
===================================================================
--- trunk/freenet/src/freenet/client/HighLevelSimpleClientImpl.java     
2008-02-26 08:53:20 UTC (rev 18164)
+++ trunk/freenet/src/freenet/client/HighLevelSimpleClientImpl.java     
2008-02-26 15:37:52 UTC (rev 18165)
@@ -56,8 +56,7 @@
        // for interactive requests mostly.
        /** Number of retries allowed per block in a splitfile. */
        static final int SPLITFILE_BLOCK_RETRIES = Math.min(3, 
RequestScheduler.COOLDOWN_RETRIES-1);
-       /** Number of retries allowed on non-splitfile fetches. Unlike above, 
we always
-        * go to network. */
+       /** Number of retries allowed on non-splitfile fetches. */
        static final int NON_SPLITFILE_RETRIES = Math.min(3, 
RequestScheduler.COOLDOWN_RETRIES-1);
        /** Whether to fetch splitfiles. Don't turn this off! */
        static final boolean FETCH_SPLITFILES = true;


Reply via email to