Author: toad
Date: 2007-08-15 12:51:38 +0000 (Wed, 15 Aug 2007)
New Revision: 14692

Modified:
   trunk/freenet/src/freenet/node/fcp/ClientPut.java
Log:
You do need to pass in a bucket if UPLOAD_FROM_DISK.

Modified: trunk/freenet/src/freenet/node/fcp/ClientPut.java
===================================================================
--- trunk/freenet/src/freenet/node/fcp/ClientPut.java   2007-08-14 16:02:41 UTC 
(rev 14691)
+++ trunk/freenet/src/freenet/node/fcp/ClientPut.java   2007-08-15 12:51:38 UTC 
(rev 14692)
@@ -85,8 +85,7 @@
         *            The content type of the data
         * @param data
         *            The data (may be <code>null</code> if
-        *            <code>uploadFromType</code> is UPLOAD_FROM_DISK or
-        *            UPLOAD_FROM_REDIRECT)
+        *            <code>uploadFromType</code> is UPLOAD_FROM_REDIRECT)
         * @param redirectTarget
         *            The URI to redirect to (if <code>uploadFromType</code> is
         *            UPLOAD_FROM_REDIRECT)


Reply via email to