Author: toad
Date: 2008-06-19 14:55:28 +0000 (Thu, 19 Jun 2008)
New Revision: 20484
Modified:
branches/db4o/freenet/src/freenet/client/FECJob.java
Log:
FECJob.toString()
Modified: branches/db4o/freenet/src/freenet/client/FECJob.java
===================================================================
--- branches/db4o/freenet/src/freenet/client/FECJob.java 2008-06-19
14:54:35 UTC (rev 20483)
+++ branches/db4o/freenet/src/freenet/client/FECJob.java 2008-06-19
14:55:28 UTC (rev 20484)
@@ -48,6 +48,10 @@
this.persistent = persistent;
}
+ public String toString() {
+ return
super.toString()+":decode="+isADecodingJob+":callback="+callback;
+ }
+
public FECJob(FECCodec codec, FECQueue queue, Bucket[] dataBlocks,
Bucket[] checkBlocks, int blockLength, BucketFactory bucketFactory, FECCallback
callback, boolean isADecodingJob, short priority, boolean persistent) {
this.codec = codec;
this.queue = queue;