Skip to content

Commit 4efbced

Browse files
committed
Update comments to final version
1 parent 3d7847d commit 4efbced

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/src/source/hosted.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

test/get/hosted/advisory_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'));

0 commit comments

Comments
 (0)