Author: nextgens
Date: 2007-12-17 13:32:23 +0000 (Mon, 17 Dec 2007)
New Revision: 16658
Modified:
trunk/freenet/src/freenet/client/async/BinaryBlobInserter.java
Log:
Remove the comment put in r16636, clarify it
Modified: trunk/freenet/src/freenet/client/async/BinaryBlobInserter.java
===================================================================
--- trunk/freenet/src/freenet/client/async/BinaryBlobInserter.java
2007-12-17 13:22:16 UTC (rev 16657)
+++ trunk/freenet/src/freenet/client/async/BinaryBlobInserter.java
2007-12-17 13:32:23 UTC (rev 16658)
@@ -170,9 +170,7 @@
fail(InsertException.construct(errors), false);
return;
}
- //FIXME: do we want to call this.schedule or
SimpleSendableInsert.schedule here ??
- // I would say the former but we are not doing that! -
nextgens
- schedule();
+ super.schedule();
}
private void fail(InsertException e, boolean fatal) {