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

Unified Diff: utils/pub/package.dart

Issue 10880055: Fix some compilation errors and warnings in Pub. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: More compilation fixes Created 8 years, 4 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 | « no previous file | utils/pub/pubspec.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/pub/package.dart
diff --git a/utils/pub/package.dart b/utils/pub/package.dart
index 24807e723d2209d45ac4dcf9550ed0d986c8ff73..02d99b265e1baa09af409d8501b16560fb641e8c 100644
--- a/utils/pub/package.dart
+++ b/utils/pub/package.dart
@@ -43,7 +43,7 @@ class Package {
/**
* The name of the package.
*/
- String get name() {
+ String get name {
if (pubspec.name != null) return pubspec.name;
if (dir != null) return basename(dir);
return null;
« no previous file with comments | « no previous file | utils/pub/pubspec.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698