| Index: pkg/analysis_server/lib/src/services/correction/statement_analyzer.dart
|
| diff --git a/pkg/analysis_server/lib/src/services/correction/statement_analyzer.dart b/pkg/analysis_server/lib/src/services/correction/statement_analyzer.dart
|
| index 44f869f269422f9a8302315c6faec7ed22f664a9..4199f27a4aaf14239e02ce87e823b2c73f4cca83 100644
|
| --- a/pkg/analysis_server/lib/src/services/correction/statement_analyzer.dart
|
| +++ b/pkg/analysis_server/lib/src/services/correction/statement_analyzer.dart
|
| @@ -2,8 +2,6 @@
|
| // 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.
|
|
|
| -library services.src.correction.statement_analyzer;
|
| -
|
| import 'package:analysis_server/src/protocol_server.dart';
|
| import 'package:analysis_server/src/services/correction/selection_analyzer.dart';
|
| import 'package:analysis_server/src/services/correction/status.dart';
|
|
|