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

Unified Diff: pkg/analysis_server/lib/plugin/edit/fix/fix_core.dart

Issue 2899843002: Convert quick assist support to use AnalysisDriver (Closed)
Patch Set: Created 3 years, 7 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
Index: pkg/analysis_server/lib/plugin/edit/fix/fix_core.dart
diff --git a/pkg/analysis_server/lib/plugin/edit/fix/fix_core.dart b/pkg/analysis_server/lib/plugin/edit/fix/fix_core.dart
index 728875a9bd04d5cfa684bebbf629723acbd7c7ee..02b0a2d727e7916176e3638d53ff2f983596eec2 100644
--- a/pkg/analysis_server/lib/plugin/edit/fix/fix_core.dart
+++ b/pkg/analysis_server/lib/plugin/edit/fix/fix_core.dart
@@ -62,7 +62,7 @@ abstract class FixContext {
AnalysisDriver get analysisDriver;
/**
- * The error to fix, should be reported in the given [analysisContext].
+ * The error to fix, should be reported by the given [analysisDriver].
*/
AnalysisError get error;
« no previous file with comments | « pkg/analysis_server/lib/plugin/edit/assist/assist_dart.dart ('k') | pkg/analysis_server/lib/src/edit/edit_domain.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698