Author: toad
Date: 2007-08-31 15:00:52 +0000 (Fri, 31 Aug 2007)
New Revision: 14933

Modified:
   trunk/freenet/src/freenet/client/async/SimpleManifestPutter.java
Log:
comments

Modified: trunk/freenet/src/freenet/client/async/SimpleManifestPutter.java
===================================================================
--- trunk/freenet/src/freenet/client/async/SimpleManifestPutter.java    
2007-08-31 07:56:18 UTC (rev 14932)
+++ trunk/freenet/src/freenet/client/async/SimpleManifestPutter.java    
2007-08-31 15:00:52 UTC (rev 14933)
@@ -530,7 +530,10 @@

                cb.onFailure(e, this);
        }
-
+       
+       /**
+        * Cancel all running inserters and set finished to true.
+        */
        private void cancelAndFinish() {
                PutHandler[] running;
                synchronized(this) {


Reply via email to