| Index: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/StringInterpolation.java
|
| ===================================================================
|
| --- editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/StringInterpolation.java (revision 9355)
|
| +++ editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/StringInterpolation.java (working copy)
|
| @@ -18,7 +18,7 @@
|
| import java.util.List;
|
|
|
| /**
|
| - * Instances of the class <code>StringInterpolation</code> represent a string interpolation literal.
|
| + * Instances of the class {@code StringInterpolation} represent a string interpolation literal.
|
| *
|
| * <pre>
|
| * stringInterpolation ::=
|
|
|