Author: toad
Date: 2008-02-07 16:45:09 +0000 (Thu, 07 Feb 2008)
New Revision: 17667
Modified:
trunk/freenet/src/freenet/node/NodeClientCore.java
Log:
Comments
Modified: trunk/freenet/src/freenet/node/NodeClientCore.java
===================================================================
--- trunk/freenet/src/freenet/node/NodeClientCore.java 2008-02-07 16:43:37 UTC
(rev 17666)
+++ trunk/freenet/src/freenet/node/NodeClientCore.java 2008-02-07 16:45:09 UTC
(rev 17667)
@@ -473,7 +473,7 @@
/**
* Start an asynchronous fetch of the key in question, which will
complete to the datastore.
* It will not decode the data because we don't provide a ClientKey. It
will not return
- * anything and will run asynchronously.
+ * anything and will run asynchronously. Caller is responsible for
unlocking the UID.
* @param key
*/
void asyncGet(Key key, boolean cache, boolean offersOnly, long uid,
RequestSender.Listener listener) {