| Index: pkg/analyzer_plugin/lib/utilities/change_builder/change_builder_core.dart
|
| diff --git a/pkg/analysis_server/lib/src/provisional/edit/utilities/change_builder_core.dart b/pkg/analyzer_plugin/lib/utilities/change_builder/change_builder_core.dart
|
| similarity index 97%
|
| rename from pkg/analysis_server/lib/src/provisional/edit/utilities/change_builder_core.dart
|
| rename to pkg/analyzer_plugin/lib/utilities/change_builder/change_builder_core.dart
|
| index 59aad98d0afc50b9c68b2c57e699cb22f031a85b..2b9f928d4f06bf6ae5c5da591635447fdbb680ac 100644
|
| --- a/pkg/analysis_server/lib/src/provisional/edit/utilities/change_builder_core.dart
|
| +++ b/pkg/analyzer_plugin/lib/utilities/change_builder/change_builder_core.dart
|
| @@ -1,12 +1,12 @@
|
| -// Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file
|
| +// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| import 'dart:async';
|
|
|
| import 'package:analysis_server/protocol/protocol_generated.dart';
|
| -import 'package:analysis_server/src/utilities/change_builder_core.dart';
|
| import 'package:analyzer/src/generated/source.dart';
|
| +import 'package:analyzer_plugin/src/utilities/change_builder/change_builder_core.dart';
|
| import 'package:meta/meta.dart';
|
|
|
| /**
|
|
|