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

Unified Diff: pkg/analysis_server/lib/src/provisional/edit/utilities/change_builder_dart.dart

Issue 2866603002: Remove the use of CorrectionUtilities (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
« no previous file with comments | « no previous file | pkg/analysis_server/lib/src/utilities/change_builder_dart.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/lib/src/provisional/edit/utilities/change_builder_dart.dart
diff --git a/pkg/analysis_server/lib/src/provisional/edit/utilities/change_builder_dart.dart b/pkg/analysis_server/lib/src/provisional/edit/utilities/change_builder_dart.dart
index 49ac614cd3b6c17095ed872f3d10d177e59e1900..2bdcdac0a33c94e61fd40524b28964a03c3d0984 100644
--- a/pkg/analysis_server/lib/src/provisional/edit/utilities/change_builder_dart.dart
+++ b/pkg/analysis_server/lib/src/provisional/edit/utilities/change_builder_dart.dart
@@ -30,14 +30,6 @@ abstract class DartChangeBuilder extends ChangeBuilder {
*/
abstract class DartEditBuilder extends EditBuilder {
/**
- * The edits in this builder will be inside the class with the given
- * [element].
- *
- * TODO(brianwilkerson) Remove this method.
- */
- void set targetClassElement(ClassElement element);
-
- /**
* Write the code for a declaration of a class with the given [name]. If a
* list of [interfaces] is provided, then the class will implement those
* interfaces. If [isAbstract] is `true`, then the class will be abstract. If
« no previous file with comments | « no previous file | pkg/analysis_server/lib/src/utilities/change_builder_dart.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698