| Index: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/BreakStatement.java
|
| ===================================================================
|
| --- editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/BreakStatement.java (revision 9355)
|
| +++ editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/BreakStatement.java (working copy)
|
| @@ -16,7 +16,7 @@
|
| import com.google.dart.engine.scanner.Token;
|
|
|
| /**
|
| - * Instances of the class <code>BreakStatement</code> represent a break statement.
|
| + * Instances of the class {@code BreakStatement} represent a break statement.
|
| *
|
| * <pre>
|
| * breakStatement ::=
|
| @@ -30,7 +30,7 @@
|
| private Token keyword;
|
|
|
| /**
|
| - * The label associated with the statement, or <code>null</code> if there is no label.
|
| + * The label associated with the statement, or {@code null} if there is no label.
|
| */
|
| private SimpleIdentifier label;
|
|
|
| @@ -83,7 +83,7 @@
|
| }
|
|
|
| /**
|
| - * Return the label associated with the statement, or <code>null</code> if there is no label.
|
| + * Return the label associated with the statement, or {@code null} if there is no label.
|
| *
|
| * @return the label associated with the statement
|
| */
|
|
|