| Index: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/PrefixedIdentifier.java
|
| ===================================================================
|
| --- editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/PrefixedIdentifier.java (revision 9355)
|
| +++ editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/PrefixedIdentifier.java (working copy)
|
| @@ -16,8 +16,8 @@
|
| import com.google.dart.engine.scanner.Token;
|
|
|
| /**
|
| - * Instances of the class <code>PrefixedIdentifier</code> represent either an identifier that is
|
| - * prefixed or an access to an object property where the target of the property access is a simple
|
| + * Instances of the class {@code PrefixedIdentifier} represent either an identifier that is prefixed
|
| + * or an access to an object property where the target of the property access is a simple
|
| * identifier.
|
| *
|
| * <pre>
|
|
|