| Index: pkg/analysis_server/lib/src/computer/computer_occurrences.dart
|
| diff --git a/pkg/analysis_server/lib/src/computer/computer_occurrences.dart b/pkg/analysis_server/lib/src/computer/computer_occurrences.dart
|
| index b4f7aa133b78b9057f93279474c5c960ce94531b..dba4f370c58c34beabbfaedbbc5b76c14aea288d 100644
|
| --- a/pkg/analysis_server/lib/src/computer/computer_occurrences.dart
|
| +++ b/pkg/analysis_server/lib/src/computer/computer_occurrences.dart
|
| @@ -6,7 +6,7 @@ library computer.occurrences;
|
|
|
| import 'dart:collection';
|
|
|
| -import 'package:analysis_server/src/protocol2.dart' as protocol;
|
| +import 'package:analysis_server/src/protocol.dart' as protocol;
|
| import 'package:analyzer/src/generated/ast.dart';
|
| import 'package:analyzer/src/generated/element.dart';
|
|
|
|
|