Author: toad
Date: 2009-02-03 12:33:35 +0000 (Tue, 03 Feb 2009)
New Revision: 25487

Modified:
   branches/db4o/freenet/src/freenet/support/io/SegmentedBucketChainBucket.java
Log:
Make final, thanks nextgens


Modified: 
branches/db4o/freenet/src/freenet/support/io/SegmentedBucketChainBucket.java
===================================================================
--- 
branches/db4o/freenet/src/freenet/support/io/SegmentedBucketChainBucket.java    
    2009-02-03 12:08:14 UTC (rev 25486)
+++ 
branches/db4o/freenet/src/freenet/support/io/SegmentedBucketChainBucket.java    
    2009-02-03 12:33:35 UTC (rev 25487)
@@ -59,7 +59,7 @@
                return null;
        }
 
-       private DBJob freeJob = new DBJob() {
+       private final DBJob freeJob = new DBJob() {
                
                public void run(ObjectContainer container, ClientContext 
context) {
                        SegmentedChainBucketSegment segment = null;

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

Reply via email to