| Index: pkg/analysis_server/test/integration/integration_test_methods.dart
|
| diff --git a/pkg/analysis_server/test/integration/integration_test_methods.dart b/pkg/analysis_server/test/integration/integration_test_methods.dart
|
| index 446d9d9664dea3babd58d06424490b1dbd586d19..14251bba346577299b2951a0648d9dd7c3d6577c 100644
|
| --- a/pkg/analysis_server/test/integration/integration_test_methods.dart
|
| +++ b/pkg/analysis_server/test/integration/integration_test_methods.dart
|
| @@ -1348,7 +1348,7 @@ abstract class IntegrationTestMixin {
|
| * Data used to provide values provided by the user. The structure of the
|
| * data is dependent on the kind of refactoring being performed. The data
|
| * that is expected is documented in the section titled Refactorings,
|
| - * labeled as "Options". This field can be omitted if the refactoring does
|
| + * labeled as “Options”. This field can be omitted if the refactoring does
|
| * not require any options or if the values of those options are not known.
|
| *
|
| * Returns
|
| @@ -1376,7 +1376,7 @@ abstract class IntegrationTestMixin {
|
| * Data used to provide feedback to the user. The structure of the data is
|
| * dependent on the kind of refactoring being created. The data that is
|
| * returned is documented in the section titled Refactorings, labeled as
|
| - * "Feedback".
|
| + * “Feedback”.
|
| *
|
| * change (optional SourceChange)
|
| *
|
| @@ -1563,8 +1563,6 @@ abstract class IntegrationTestMixin {
|
| }
|
|
|
| /**
|
| - * Deprecated: the analysis server no longer fires LAUNCH_DATA events.
|
| - *
|
| * Subscribe for services. All previous subscriptions are replaced by the
|
| * given set of services.
|
| *
|
|
|