Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: lib/src/system_cache.dart

Issue 1528523003: Clean up the semantics of package descriptions. (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: lib/src/system_cache.dart
diff --git a/lib/src/system_cache.dart b/lib/src/system_cache.dart
index f0e627ca2e790d7dc282f7c345ebbbf054021e92..eb3399295b000ca8ba436c6633eeac8e34b0a35c 100644
--- a/lib/src/system_cache.dart
+++ b/lib/src/system_cache.dart
@@ -78,9 +78,6 @@ class SystemCache {
}
/// Determines if the system cache contains the package identified by [id].
- ///
- /// Depending on the source, this may throw an [ArgumentError] if [id] isn't
- /// resolved using [Source.resolveId].
bool contains(PackageId id) {
var source = sources[id.source];

Powered by Google App Engine
This is Rietveld 408576698