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

Unified Diff: pkg/analyzer_plugin/lib/utilities/assist/assist_contributor_mixin.dart

Issue 2965453002: Missed change to conform to other APIs (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer_plugin/lib/utilities/assist/assist_contributor_mixin.dart
diff --git a/pkg/analyzer_plugin/lib/utilities/assist/assist_contributor_mixin.dart b/pkg/analyzer_plugin/lib/utilities/assist/assist_contributor_mixin.dart
index 64ac9c2b629c867ef366df1852e5559f5075651e..7f91a4cb5008aa1113bc16fd3123ab0a8ce97035 100644
--- a/pkg/analyzer_plugin/lib/utilities/assist/assist_contributor_mixin.dart
+++ b/pkg/analyzer_plugin/lib/utilities/assist/assist_contributor_mixin.dart
@@ -27,8 +27,7 @@ abstract class AssistContributorMixin implements AssistContributor {
* the message has parameters, then use the list of [args] to populate the
* message.
*/
- void addAssistFromBuilder(ChangeBuilder builder, AssistKind kind,
- {List<Object> args}) {
+ void addAssist(AssistKind kind, ChangeBuilder builder, {List<Object> args}) {
SourceChange change = builder.sourceChange;
if (change.edits.isEmpty) {
return;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698