| Index: compiler/java/com/google/dart/compiler/ast/LibraryNode.java
|
| diff --git a/compiler/java/com/google/dart/compiler/ast/LibraryNode.java b/compiler/java/com/google/dart/compiler/ast/LibraryNode.java
|
| index b9f7c9a213380703baa76782a425908d0aa66f61..41227cf56545f483b6938fb402c7aab9b36f8841 100644
|
| --- a/compiler/java/com/google/dart/compiler/ast/LibraryNode.java
|
| +++ b/compiler/java/com/google/dart/compiler/ast/LibraryNode.java
|
| @@ -7,10 +7,7 @@ package com.google.dart.compiler.ast;
|
| import com.google.dart.compiler.common.AbstractNode;
|
|
|
| /**
|
| - * An element in a library or application manifest
|
| - *
|
| - * TODO(jgw): This class works with both JSON and the new library syntax. It can be greatly
|
| - * simplified once support for the JSON syntax is removed.
|
| + * An element in a library.
|
| */
|
| public class LibraryNode extends AbstractNode {
|
|
|
|
|