Author: nextgens
Date: 2007-12-17 00:20:00 +0000 (Mon, 17 Dec 2007)
New Revision: 16636

Modified:
   trunk/freenet/src/freenet/client/async/BinaryBlobInserter.java
Log:
Add a comment to highlight a possible bug... I need toad's input on that one

Modified: trunk/freenet/src/freenet/client/async/BinaryBlobInserter.java
===================================================================
--- trunk/freenet/src/freenet/client/async/BinaryBlobInserter.java      
2007-12-17 00:11:57 UTC (rev 16635)
+++ trunk/freenet/src/freenet/client/async/BinaryBlobInserter.java      
2007-12-17 00:20:00 UTC (rev 16636)
@@ -170,6 +170,8 @@
                                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();
                }



Reply via email to