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

Unified Diff: pkg/analysis_server/lib/edit/assist/assist_core.dart

Issue 1091003002: Rename method for consistency (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 8 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 | pkg/analysis_server/lib/edit/assist/assist_dart.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/lib/edit/assist/assist_core.dart
diff --git a/pkg/analysis_server/lib/edit/assist/assist_core.dart b/pkg/analysis_server/lib/edit/assist/assist_core.dart
index 8e2f7f56779955ece5ac25aca3f67e325d389408..b1857ff3ffd107b4b157cb422ac65bf71c412542 100644
--- a/pkg/analysis_server/lib/edit/assist/assist_core.dart
+++ b/pkg/analysis_server/lib/edit/assist/assist_core.dart
@@ -56,7 +56,7 @@ abstract class AssistContributor {
* [context] can be used to get additional information that is useful for
* computing assists.
*/
- List<Assist> compute(
+ List<Assist> computeAssists(
AnalysisContext context, Source source, int offset, int length);
}
« no previous file with comments | « no previous file | pkg/analysis_server/lib/edit/assist/assist_dart.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698