| Index: compiler/java/com/google/dart/compiler/ast/DartImportDirective.java
|
| ===================================================================
|
| --- compiler/java/com/google/dart/compiler/ast/DartImportDirective.java (revision 10652)
|
| +++ compiler/java/com/google/dart/compiler/ast/DartImportDirective.java (working copy)
|
| @@ -7,7 +7,7 @@
|
| import java.util.List;
|
|
|
| /**
|
| - * Implements the #import directive.
|
| + * Implements the import directive.
|
| */
|
| public class DartImportDirective extends DartDirective {
|
| private boolean obsoleteFormat;
|
|
|