| Index: compiler/java/com/google/dart/compiler/ast/DartLibraryDirective.java
|
| ===================================================================
|
| --- compiler/java/com/google/dart/compiler/ast/DartLibraryDirective.java (revision 10652)
|
| +++ compiler/java/com/google/dart/compiler/ast/DartLibraryDirective.java (working copy)
|
| @@ -5,7 +5,7 @@
|
| package com.google.dart.compiler.ast;
|
|
|
| /**
|
| - * Implements the #library directive.
|
| + * Implements the library directive.
|
| */
|
| public class DartLibraryDirective extends DartDirective {
|
| private DartExpression name;
|
|
|