| Index: editor/util/plugins/com.google.dart.java2dart/src/com/google/dart/java2dart/util/AstFactory.java
|
| diff --git a/editor/util/plugins/com.google.dart.java2dart/src/com/google/dart/java2dart/util/AstFactory.java b/editor/util/plugins/com.google.dart.java2dart/src/com/google/dart/java2dart/util/AstFactory.java
|
| index f3c3bc54f525df775b599b82ebeacf1e5db02584..840ec52266ed0e20d24d007cf5541ddeff14a618 100644
|
| --- a/editor/util/plugins/com.google.dart.java2dart/src/com/google/dart/java2dart/util/AstFactory.java
|
| +++ b/editor/util/plugins/com.google.dart.java2dart/src/com/google/dart/java2dart/util/AstFactory.java
|
| @@ -27,7 +27,7 @@ import java.util.ArrayList;
|
| import java.util.List;
|
|
|
| /**
|
| - * The class {@code ASTFactory} defines utility methods that can be used to create AST nodes. The
|
| + * The class {@code AstFactory} defines utility methods that can be used to create AST nodes. The
|
| * nodes that are created are complete in the sense that all of the tokens that would have been
|
| * associated with the nodes by a parser are also created, but the token stream is not constructed.
|
| */
|
|
|