Author: toad
Date: 2008-03-21 22:48:42 +0000 (Fri, 21 Mar 2008)
New Revision: 18704
Modified:
trunk/freenet/src/freenet/node/KeysFetchingLocally.java
Log:
comments
Modified: trunk/freenet/src/freenet/node/KeysFetchingLocally.java
===================================================================
--- trunk/freenet/src/freenet/node/KeysFetchingLocally.java 2008-03-21
22:47:57 UTC (rev 18703)
+++ trunk/freenet/src/freenet/node/KeysFetchingLocally.java 2008-03-21
22:48:42 UTC (rev 18704)
@@ -6,6 +6,7 @@
/**
* Is this key currently being fetched locally?
+ * LOCKING: This should be safe just about anywhere, the lock
protecting it is always taken last.
*/
public boolean hasKey(Key key);