Author: j16sdiz
Date: 2008-11-18 14:49:37 +0000 (Tue, 18 Nov 2008)
New Revision: 23733

Modified:
   trunk/freenet/src/freenet/support/io/TempBucketFactory.java
Log:
default, not public

this is used in unit case, not intended to be used elsewhere.

Modified: trunk/freenet/src/freenet/support/io/TempBucketFactory.java
===================================================================
--- trunk/freenet/src/freenet/support/io/TempBucketFactory.java 2008-11-18 
14:48:27 UTC (rev 23732)
+++ trunk/freenet/src/freenet/support/io/TempBucketFactory.java 2008-11-18 
14:49:37 UTC (rev 23733)
@@ -101,7 +101,7 @@
                }
                
                /** A blocking method to force-migrate from a RAMBucket to a 
FileBucket */
-               public final void migrateToFileBucket() throws IOException {
+               final void migrateToFileBucket() throws IOException {
                        Bucket toMigrate = null;
                        synchronized(this) {
                                if(!isRAMBucket() || hasBeenFreed)

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

Reply via email to