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

Unified Diff: pkg/analyzer/lib/options.dart

Issue 685133003: Fix deprecation warnings in analyzer and analysis server. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 2 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 | « pkg/analyzer/bin/formatter.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/options.dart
diff --git a/pkg/analyzer/lib/options.dart b/pkg/analyzer/lib/options.dart
index f6e51e75c43b283c1ed4f34c8ce52878c3190f87..0e31c411ac231f4eb4c94e8b7f926a9744467eee 100644
--- a/pkg/analyzer/lib/options.dart
+++ b/pkg/analyzer/lib/options.dart
@@ -276,9 +276,9 @@ class _CommandLineParser {
/**
* Generates a string displaying usage information for the defined options.
*
- * See [ArgParser.getUsage()].
+ * See [ArgParser.usage].
*/
- String getUsage() => _parser.getUsage();
+ String getUsage() => _parser.usage;
/**
* Parses [args], a list of command-line arguments, matches them against the
« no previous file with comments | « pkg/analyzer/bin/formatter.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698