| Index: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/scanner/BeginToken.java
|
| ===================================================================
|
| --- editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/scanner/BeginToken.java (revision 9355)
|
| +++ editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/scanner/BeginToken.java (working copy)
|
| @@ -14,7 +14,7 @@
|
| package com.google.dart.engine.scanner;
|
|
|
| /**
|
| - * Instances of the class <code>BeginToken</code> represent the opening half of a grouping pair of
|
| + * Instances of the class {@code BeginToken} represent the opening half of a grouping pair of
|
| * tokens. This is used for curly brackets ('{'), parentheses ('('), and square brackets ('[').
|
| */
|
| public class BeginToken extends Token {
|
|
|