| Index: lib/compiler/implementation/tree/nodes.dart
|
| diff --git a/lib/compiler/implementation/tree/nodes.dart b/lib/compiler/implementation/tree/nodes.dart
|
| index e8086b6cede6bddf1fd98744c93e3061b2361090..a859e169fa422e621b93df06d0f4a2c2b1e8661f 100644
|
| --- a/lib/compiler/implementation/tree/nodes.dart
|
| +++ b/lib/compiler/implementation/tree/nodes.dart
|
| @@ -1124,7 +1124,7 @@ class ParenthesizedExpression extends Expression {
|
| /** Representation of modifiers such as static, abstract, final, etc. */
|
| class Modifiers extends Node {
|
| /**
|
| - * Pseudo-constant for empty modifiers. Use this instead of null.
|
| + * Pseudo-constant for empty modifiers.
|
| */
|
| static final Modifiers EMPTY = new Modifiers(new NodeList.empty());
|
|
|
|
|