| 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
|
|
|