| Index: pkg/analyzer_experimental/test/generated/scanner_test.dart
|
| diff --git a/pkg/analyzer_experimental/test/generated/scanner_test.dart b/pkg/analyzer_experimental/test/generated/scanner_test.dart
|
| index e9ff970d3b54222e6cd54faf032f5360f0081a3f..b7a9b5b6ac39dc1bb48a1ab7da108d9b2efbc65b 100644
|
| --- a/pkg/analyzer_experimental/test/generated/scanner_test.dart
|
| +++ b/pkg/analyzer_experimental/test/generated/scanner_test.dart
|
| @@ -129,7 +129,7 @@ class TokenTypeTest extends EngineTestCase {
|
| }
|
| }
|
| /**
|
| - * The class {@code TokenFactory} defines utility methods that can be used to create tokens.
|
| + * The class `TokenFactory` defines utility methods that can be used to create tokens.
|
| */
|
| class TokenFactory {
|
| static Token token(Keyword keyword) => new KeywordToken(keyword, 0);
|
| @@ -1474,7 +1474,7 @@ class StringScannerTest extends AbstractScannerTest {
|
| }
|
| }
|
| /**
|
| - * Instances of the class {@code TokenStreamValidator} are used to validate the correct construction
|
| + * Instances of the class `TokenStreamValidator` are used to validate the correct construction
|
| * of a stream of tokens.
|
| */
|
| class TokenStreamValidator {
|
| @@ -2156,7 +2156,7 @@ abstract class AbstractScannerTest extends JUnitTestCase {
|
| }
|
| }
|
| /**
|
| - * Instances of the class {@code ExpectedLocation} encode information about the expected location
|
| + * Instances of the class `ExpectedLocation` encode information about the expected location
|
| * of a given offset in source code.
|
| */
|
| class AbstractScannerTest_ExpectedLocation {
|
|
|