Index: pkg/analyzer/lib/src/generated/utilities_collection.dart |
diff --git a/pkg/analyzer/lib/src/generated/utilities_collection.dart b/pkg/analyzer/lib/src/generated/utilities_collection.dart |
index 0d2afe8a49890538ee17d82b6f86bae5c47426ea..6a71b97f008649465719c45cccda9649415bcab2 100644 |
--- a/pkg/analyzer/lib/src/generated/utilities_collection.dart |
+++ b/pkg/analyzer/lib/src/generated/utilities_collection.dart |
@@ -2,13 +2,13 @@ |
// 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 engine.utilities.collection; |
+library analyzer.src.generated.utilities_collection; |
-import "dart:math" as math; |
import 'dart:collection'; |
+import "dart:math" as math; |
-import 'java_core.dart'; |
-import 'scanner.dart' show Token; |
+import 'package:analyzer/src/generated/java_core.dart'; |
+import 'package:analyzer/src/generated/scanner.dart' show Token; |
/** |
* The class `BooleanArray` defines methods for operating on integers as if they were arrays |