r27004 - trunk/freenet/src/freenet/client/async
[email protected] Sat, 18 Apr 2009 18:10:08 +0000
| Newsgroups | gmane.network.freenet.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: toad Date: 2009-04-18 18:10:07 +0000 (Sat, 18 Apr 2009) New Revision: 27004 Modified: trunk/freenet/src/freenet/client/async/USKManager.java Log: FIXME Modified: trunk/freenet/src/freenet/client/async/USKManager.java =================================================================== --- trunk/freenet/src/freenet/client/async/USKManager.java 2009-04-18 18:08:30 UTC (rev 27003) +++ trunk/freenet/src/freenet/client/async/USKManager.java 2009-04-18 18:10:07 UTC (rev 27004) @@ -131,7 +131,8 @@ /** * A non-authoritative hint that a specific edition *might* exist. At the moment, * we just fetch the block. We do not fetch the contents, and it is possible that - * USKFetcher's are also fetching the block. + * USKFetcher's are also fetching the block. FIXME would it be more efficient to + * pass it along to a USKFetcher? * @param usk * @param edition * @param context @@ -150,7 +151,8 @@ /** * A non-authoritative hint that a specific edition *might* exist. At the moment, * we just fetch the block. We do not fetch the contents, and it is possible that - * USKFetcher's are also fetching the block. + * USKFetcher's are also fetching the block. FIXME would it be more efficient to + * pass it along to a USKFetcher? * @param context * @throws MalformedURLException If the uri passed in is not a USK. */