| Index: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/ExpressionFunctionBody.java
|
| ===================================================================
|
| --- editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/ExpressionFunctionBody.java (revision 9355)
|
| +++ editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/ExpressionFunctionBody.java (working copy)
|
| @@ -16,8 +16,8 @@
|
| import com.google.dart.engine.scanner.Token;
|
|
|
| /**
|
| - * Instances of the class <code>ExpressionFunctionBody</code> represent a function body consisting
|
| - * of a single expression.
|
| + * Instances of the class {@code ExpressionFunctionBody} represent a function body consisting of a
|
| + * single expression.
|
| *
|
| * <pre>
|
| * expressionFunctionBody ::=
|
|
|