| Index: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/PropertyAccess.java
|
| ===================================================================
|
| --- editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/PropertyAccess.java (revision 9355)
|
| +++ editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/PropertyAccess.java (working copy)
|
| @@ -16,8 +16,7 @@
|
| import com.google.dart.engine.scanner.Token;
|
|
|
| /**
|
| - * Instances of the class <code>PropertyAccess</code> represent the access of a property of an
|
| - * object.
|
| + * Instances of the class {@code PropertyAccess} represent the access of a property of an object.
|
| * <p>
|
| * Note, however, that accesses to properties of objects can also be represented as
|
| * {@link PrefixedIdentifier prefixed identifier} nodes in cases where the target is also a simple
|
|
|