Index: pkg/kernel/lib/ast.dart |
diff --git a/pkg/kernel/lib/ast.dart b/pkg/kernel/lib/ast.dart |
index 862de37bd3bd6a27684f45a3f9bec651359d7aeb..0cece08e0f1856084f0100c11751704957f7e3b4 100644 |
--- a/pkg/kernel/lib/ast.dart |
+++ b/pkg/kernel/lib/ast.dart |
@@ -157,11 +157,9 @@ abstract class TreeNode extends Node { |
// ------------------------------------------------------------------------ |
class Library extends TreeNode implements Comparable<Library> { |
- /// An import path to this library. |
+ /// An absolute import path to this library. |
/// |
- /// The [Uri] should have the `dart`, `package`, or `app` scheme. |
- /// |
- /// If the URI has the `app` scheme, it is relative to the application root. |
+ /// The [Uri] should have the `dart`, `package`, or `file` scheme. |
Uri importUri; |
/// The uri of the source file this library was loaded from. |