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

Unified Diff: sdk/lib/_internal/pub/lib/src/source/unknown.dart

Issue 365993007: Support "pub downgrade". (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review Created 6 years, 5 months 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: sdk/lib/_internal/pub/lib/src/source/unknown.dart
diff --git a/sdk/lib/_internal/pub/lib/src/source/unknown.dart b/sdk/lib/_internal/pub/lib/src/source/unknown.dart
index 714ff5ce33b14ec1c392cdd44270fd90356f6c7f..68ddc3cf102446572654c2bb810704fa84513e7b 100644
--- a/sdk/lib/_internal/pub/lib/src/source/unknown.dart
+++ b/sdk/lib/_internal/pub/lib/src/source/unknown.dart
@@ -18,6 +18,7 @@ import '../source.dart';
/// [null object]: http://en.wikipedia.org/wiki/Null_Object_pattern
class UnknownSource extends Source {
final String name;
+ final hasMultipleVersions = false;
UnknownSource(this.name);

Powered by Google App Engine
This is Rietveld 408576698