| Index: pkg/analysis_server/lib/src/utilities/change_builder_dart.dart
|
| diff --git a/pkg/analysis_server/lib/src/utilities/change_builder_dart.dart b/pkg/analysis_server/lib/src/utilities/change_builder_dart.dart
|
| index 94853adf297872a29a747691562ff225160342b9..f438d2571910270df332e103f09a83dd68e5d05c 100644
|
| --- a/pkg/analysis_server/lib/src/utilities/change_builder_dart.dart
|
| +++ b/pkg/analysis_server/lib/src/utilities/change_builder_dart.dart
|
| @@ -458,10 +458,10 @@ class DartFileEditBuilderImpl extends FileEditBuilderImpl
|
| CorrectionUtils utils;
|
|
|
| /**
|
| - * A set containing the elements of the libraries that need to be imported in
|
| + * A set containing the sources of the libraries that need to be imported in
|
| * order to make visible the names used in generated code.
|
| */
|
| - Set<LibraryElement> librariesToImport = new Set<LibraryElement>();
|
| + Set<Source> librariesToImport = new Set<Source>();
|
|
|
| /**
|
| * Initialize a newly created builder to build a source file edit within the
|
|
|