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