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

Unified Diff: pkg/scheduled_test/lib/src/descriptor/nothing_descriptor.dart

Issue 16351003: Move pub over to using the pub.dartlang.org API v2. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review changes Created 7 years, 6 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: pkg/scheduled_test/lib/src/descriptor/nothing_descriptor.dart
diff --git a/pkg/scheduled_test/lib/src/descriptor/nothing_descriptor.dart b/pkg/scheduled_test/lib/src/descriptor/nothing_descriptor.dart
index 1cc47f55862a9b4a60a79b5c61981b8050519948..471508bbc9e5f94c4b48cfba9e0b3ba0269237a3 100644
--- a/pkg/scheduled_test/lib/src/descriptor/nothing_descriptor.dart
+++ b/pkg/scheduled_test/lib/src/descriptor/nothing_descriptor.dart
@@ -37,11 +37,5 @@ class NothingDescriptor extends Descriptor {
}
});
- Stream<List<int>> load(String pathToLoad) => errorStream("Nothing "
- "descriptors don't support load().");
-
- Stream<List<int>> read() => errorStream("Nothing descriptors don't support "
- "read().");
-
String describe() => "nothing at '$name'";
}

Powered by Google App Engine
This is Rietveld 408576698