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