Author: toad
Date: 2009-02-14 01:41:18 +0000 (Sat, 14 Feb 2009)
New Revision: 25640

Modified:
   branches/db4o/freenet/src/freenet/client/FECJob.java
Log:
Doh, missed one


Modified: branches/db4o/freenet/src/freenet/client/FECJob.java
===================================================================
--- branches/db4o/freenet/src/freenet/client/FECJob.java        2009-02-14 
01:33:09 UTC (rev 25639)
+++ branches/db4o/freenet/src/freenet/client/FECJob.java        2009-02-14 
01:41:18 UTC (rev 25640)
@@ -91,9 +91,9 @@
                this.persistent = persistent;
        }
 
-       public FECCodec getCodec(Executor executor) {
+       public FECCodec getCodec() {
                if(codec == null) {
-                       codec = FECCodec.getCodec(fecAlgo, dataBlocks.length, 
executor);
+                       codec = FECCodec.getCodec(fecAlgo, dataBlocks.length);
                }
                return codec;
        }

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

Reply via email to