| Index: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/WhileStatement.java
|
| ===================================================================
|
| --- editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/WhileStatement.java (revision 9355)
|
| +++ editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/WhileStatement.java (working copy)
|
| @@ -16,7 +16,7 @@
|
| import com.google.dart.engine.scanner.Token;
|
|
|
| /**
|
| - * Instances of the class <code>WhileStatement</code> represent a while statement.
|
| + * Instances of the class {@code WhileStatement} represent a while statement.
|
| *
|
| * <pre>
|
| * whileStatement ::=
|
|
|