Author: j16sdiz
Date: 2008-09-11 15:32:11 +0000 (Thu, 11 Sep 2008)
New Revision: 22606

Modified:
   trunk/freenet/src/freenet/node/Node.java
Log:
doh!

Modified: trunk/freenet/src/freenet/node/Node.java
===================================================================
--- trunk/freenet/src/freenet/node/Node.java    2008-09-11 15:13:41 UTC (rev 
22605)
+++ trunk/freenet/src/freenet/node/Node.java    2008-09-11 15:32:11 UTC (rev 
22606)
@@ -306,7 +306,7 @@

        /** Datastore properties */
        private final String storeType;
-       private final int storeBloomFilterSize;
+       private int storeBloomFilterSize;
        private final boolean storeBloomFilterCounting;

        /** The number of bytes per key total in all the different datastores. 
All the datastores


Reply via email to