Author: toad
Date: 2007-12-18 15:40:59 +0000 (Tue, 18 Dec 2007)
New Revision: 16673

Modified:
   trunk/freenet/src/freenet/client/async/BinaryBlobInserter.java
Log:
Clarify slightly.

Modified: trunk/freenet/src/freenet/client/async/BinaryBlobInserter.java
===================================================================
--- trunk/freenet/src/freenet/client/async/BinaryBlobInserter.java      
2007-12-18 15:32:11 UTC (rev 16672)
+++ trunk/freenet/src/freenet/client/async/BinaryBlobInserter.java      
2007-12-18 15:40:59 UTC (rev 16673)
@@ -170,7 +170,8 @@
                                fail(InsertException.construct(errors), false);
                                return;
                        }
-                       schedule();
+                       // Reschedule *this block*
+                       this.schedule();
                }

                private void fail(InsertException e, boolean fatal) {


Reply via email to