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