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

Unified Diff: utils/pub/repo_source.dart

Issue 10803042: Reverting 9767. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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
« no previous file with comments | « utils/pub/pubspec.dart ('k') | utils/pub/source.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/pub/repo_source.dart
diff --git a/utils/pub/repo_source.dart b/utils/pub/repo_source.dart
index 241ea348b3a2b79922aaedd1b0fcbff3281f37d4..1046af7ae44b23734446b647b65203d51cd1ebf3 100644
--- a/utils/pub/repo_source.dart
+++ b/utils/pub/repo_source.dart
@@ -104,7 +104,7 @@ class RepoSource extends Source {
* "url" refers to a package with the given name from the repo at the given
* URL.
*/
- void validateDescription(description, [bool fromLockFile=false]) {
+ void validateDescription(description) {
_parseDescription(description);
}
« no previous file with comments | « utils/pub/pubspec.dart ('k') | utils/pub/source.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698