Index: pkg/analyzer/lib/src/generated/scanner.dart |
diff --git a/pkg/analyzer/lib/src/generated/scanner.dart b/pkg/analyzer/lib/src/generated/scanner.dart |
index a99997a6fe2c85b84c7ebecba82cf163cff9b966..49ea3ba89611bf51ea62b50d7cb741797a4a2353 100644 |
--- a/pkg/analyzer/lib/src/generated/scanner.dart |
+++ b/pkg/analyzer/lib/src/generated/scanner.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.scanner; |
+library analyzer.src.generated.scanner; |
import 'dart:collection'; |
-import 'error.dart'; |
-import 'java_engine.dart'; |
-import 'source.dart'; |
+import 'package:analyzer/src/generated/error.dart'; |
+import 'package:analyzer/src/generated/java_engine.dart'; |
+import 'package:analyzer/src/generated/source.dart'; |
/** |
* The opening half of a grouping pair of tokens. This is used for curly |
@@ -246,7 +246,6 @@ class CommentToken extends StringToken { |
CommentToken copy() => new CommentToken(type, _value, offset); |
} |
- |
/** |
* A documentation comment token. |
*/ |