r26962 - trunk/freenet/src/freenet/client/async
[email protected] Sat, 18 Apr 2009 13:49:32 +0000
| Newsgroups | gmane.network.freenet.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: toad
Date: 2009-04-18 13:49:31 +0000 (Sat, 18 Apr 2009)
New Revision: 26962
Modified:
trunk/freenet/src/freenet/client/async/USKManager.java
Log:
Comments
Modified: trunk/freenet/src/freenet/client/async/USKManager.java
===================================================================
--- trunk/freenet/src/freenet/client/async/USKManager.java 2009-04-18 13:45:11 UTC (rev 26961)
+++ trunk/freenet/src/freenet/client/async/USKManager.java 2009-04-18 13:49:31 UTC (rev 26962)
@@ -41,7 +41,8 @@
final HashMap<USK, USKCallback[]> subscribersByClearUSK;
/** USKFetcher's by USK. USK includes suggested edition number, so there is one
- * USKFetcher for each {USK, edition number}. */
+ * USKFetcher for each {USK, edition number}. These are the fetchers for
+ * USKFetcherTag's i.e. for /-<number/ searches. */
final HashMap<USK, USKFetcher> fetchersByUSK;
/** Backgrounded USKFetchers by USK. */