| Index: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/ASTVisitor.java
|
| ===================================================================
|
| --- editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/ASTVisitor.java (revision 9355)
|
| +++ editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/ASTVisitor.java (working copy)
|
| @@ -14,8 +14,8 @@
|
| package com.google.dart.engine.ast;
|
|
|
| /**
|
| - * The interface <code>ASTVisitor</code> defines the behavior of objects that can be used to visit
|
| - * an AST structure.
|
| + * The interface {@code ASTVisitor} defines the behavior of objects that can be used to visit an AST
|
| + * structure.
|
| */
|
| public interface ASTVisitor<R> {
|
| public R visitAdjacentStrings(AdjacentStrings node);
|
|
|