| Index: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/MapLiteralEntry.java
|
| ===================================================================
|
| --- editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/MapLiteralEntry.java (revision 9355)
|
| +++ editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/MapLiteralEntry.java (working copy)
|
| @@ -16,7 +16,7 @@
|
| import com.google.dart.engine.scanner.Token;
|
|
|
| /**
|
| - * Instances of the class <code>MapLiteralEntry</code> represent a single key/value pair in a map
|
| + * Instances of the class {@code MapLiteralEntry} represent a single key/value pair in a map
|
| * literal.
|
| *
|
| * <pre>
|
|
|