File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2181,7 +2181,7 @@ final class HostedSourceCache {
21812181 scheduler;
21822182
21832183 /// An in-memory cache to store the cached version listing loaded from
2184- /// [_versionListingCachePath] .
2184+ /// [HostedSource. _versionListingCachePath] .
21852185 ///
21862186 /// Invariant: Entries in this cache are the parsed version of the exact same
21872187 /// information cached on disk. I.e. if the entry is present in this cache,
Original file line number Diff line number Diff line change @@ -525,7 +525,7 @@ Future<void> main() async {
525525 (request) => Response .internalServerError (),
526526 );
527527
528- // Second fetch: the resolution is up to date, and therefore reused.
528+ // Second fetch: the resolution is up to date, and therefore reused.
529529 // It should read advisories from disk cache and print
530530 // the advisory warning, making zero network requests.
531531 await pubGet (output: contains ('affected by advisory' ));
You can’t perform that action at this time.
0 commit comments