| Index: editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/parser/ASTValidator.java
|
| ===================================================================
|
| --- editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/parser/ASTValidator.java (revision 9355)
|
| +++ editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/parser/ASTValidator.java (working copy)
|
| @@ -21,8 +21,8 @@
|
| import java.util.ArrayList;
|
|
|
| /**
|
| - * Instances of the class <code>ASTValidator</code> are used to validate the correct construction of
|
| - * an AST structure.
|
| + * Instances of the class {@code ASTValidator} are used to validate the correct construction of an
|
| + * AST structure.
|
| */
|
| public class ASTValidator extends GeneralizingASTVisitor<Void> {
|
| /**
|
|
|