Author: blured75
Date: 2005-11-08 00:36:19 +0000 (Tue, 08 Nov 2005)
New Revision: 7499
Modified:
trunk/freenet/src/freenet/client/FetcherContext.java
Log:
add final to 2 variables
Modified: trunk/freenet/src/freenet/client/FetcherContext.java
===================================================================
--- trunk/freenet/src/freenet/client/FetcherContext.java 2005-11-08
00:35:22 UTC (rev 7498)
+++ trunk/freenet/src/freenet/client/FetcherContext.java 2005-11-08
00:36:19 UTC (rev 7499)
@@ -18,12 +18,12 @@
final BucketFactory bucketFactory;
final int maxRecursionLevel;
final int maxArchiveRestarts;
- boolean dontEnterImplicitArchives;
+ final boolean dontEnterImplicitArchives;
final int maxSplitfileThreads;
final int maxSplitfileBlockRetries;
final int maxNonSplitfileRetries;
final RandomSource random;
- boolean allowSplitfiles;
+ final boolean allowSplitfiles;
final boolean followRedirects;
final boolean localRequestOnly;
/** Whether to allow non-full blocks, or blocks which are not direct
CHKs, in splitfiles.