Author: toad
Date: 2009-02-18 19:58:41 +0000 (Wed, 18 Feb 2009)
New Revision: 25706

Modified:
   branches/db4o/freenet/src/freenet/support/io/PersistentTempBucketFactory.java
Log:
This can be final


Modified: 
branches/db4o/freenet/src/freenet/support/io/PersistentTempBucketFactory.java
===================================================================
--- 
branches/db4o/freenet/src/freenet/support/io/PersistentTempBucketFactory.java   
    2009-02-18 19:58:21 UTC (rev 25705)
+++ 
branches/db4o/freenet/src/freenet/support/io/PersistentTempBucketFactory.java   
    2009-02-18 19:58:41 UTC (rev 25706)
@@ -46,7 +46,7 @@
        private transient Random weakPRNG;
        
        /** Buckets to free */
-       private ArrayList<DelayedFreeBucket> bucketsToFree;
+       private final ArrayList<DelayedFreeBucket> bucketsToFree;
        
        private final long nodeDBHandle;
        

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to