| Index: sdk/lib/_internal/pub/lib/src/source.dart
|
| diff --git a/sdk/lib/_internal/pub/lib/src/source.dart b/sdk/lib/_internal/pub/lib/src/source.dart
|
| index ba2afa400c4b40ba4b2d28ad5d324b506f331624..2486e786ad9d4dd67838acb19193d3055f05f532 100644
|
| --- a/sdk/lib/_internal/pub/lib/src/source.dart
|
| +++ b/sdk/lib/_internal/pub/lib/src/source.dart
|
| @@ -209,7 +209,7 @@ abstract class Source {
|
| ///
|
| /// By default, this just returns [id].
|
| Future<PackageId> resolveId(PackageId id) => new Future.value(id);
|
| -
|
| +
|
| /// Returns the [Package]s that have been installed in the system cache.
|
| List<Package> getCachedPackages() {
|
| if (shouldCache) {
|
|
|