| Index: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/AdjacentStrings.java
|
| ===================================================================
|
| --- editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/AdjacentStrings.java (revision 9355)
|
| +++ editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/AdjacentStrings.java (working copy)
|
| @@ -18,8 +18,8 @@
|
| import java.util.List;
|
|
|
| /**
|
| - * Instances of the class <code>AdjacentStrings</code> represents two or more string literals that
|
| - * are implicitly concatenated because of being adjacent (separated only by whitespace).
|
| + * Instances of the class {@code AdjacentStrings} represents two or more string literals that are
|
| + * implicitly concatenated because of being adjacent (separated only by whitespace).
|
| *
|
| * <pre>
|
| * adjacentStrings ::=
|
|
|