| Index: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/Literal.java
|
| ===================================================================
|
| --- editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/Literal.java (revision 9355)
|
| +++ editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/Literal.java (working copy)
|
| @@ -14,8 +14,8 @@
|
| package com.google.dart.engine.ast;
|
|
|
| /**
|
| - * The abstract class <code>Literal</code> defines the behavior common to nodes that represent a
|
| - * literal expression.
|
| + * The abstract class {@code Literal} defines the behavior common to nodes that represent a literal
|
| + * expression.
|
| *
|
| * <pre>
|
| * literal ::=
|
|
|