Author: toad
Date: 2009-01-27 17:14:44 +0000 (Tue, 27 Jan 2009)
New Revision: 25321

Modified:
   branches/db4o/freenet/src/freenet/support/io/PersistentTempBucketFactory.java
Log:
Get rid of annoying warning


Modified: 
branches/db4o/freenet/src/freenet/support/io/PersistentTempBucketFactory.java
===================================================================
--- 
branches/db4o/freenet/src/freenet/support/io/PersistentTempBucketFactory.java   
    2009-01-27 17:09:19 UTC (rev 25320)
+++ 
branches/db4o/freenet/src/freenet/support/io/PersistentTempBucketFactory.java   
    2009-01-27 17:14:44 UTC (rev 25321)
@@ -178,6 +178,7 @@
                return encrypt;
        }
 
+       @SuppressWarnings("serial")
        public static PersistentTempBucketFactory load(File dir, String prefix, 
RandomSource random, Random fastWeakRandom, ObjectContainer container, final 
long nodeDBHandle, boolean encrypt, DBJobRunner jobRunner, Ticker ticker) 
throws IOException {
                ObjectSet<PersistentTempBucketFactory> results = 
container.query(new Predicate<PersistentTempBucketFactory>() {
                        public boolean match(PersistentTempBucketFactory 
factory) {

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

Reply via email to