Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(925)

Unified Diff: pkg/analysis_server/test/integration/integration_test_methods.dart

Issue 2713513007: Deprecate execution.setSubscriptions. (Closed)
Patch Set: Merge branch 'master' into deprecate_set_subscriptions Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 ea537a93c459652c4f3c6c1a978aaae7f1b4bc0e..e9ab15b446daa03c242f2cc8cf39fcab45701e4d 100644
--- a/pkg/analysis_server/test/integration/integration_test_methods.dart
+++ b/pkg/analysis_server/test/integration/integration_test_methods.dart
@@ -1345,7 +1345,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
@@ -1373,7 +1373,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)
*
@@ -1560,6 +1560,8 @@ 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.
*

Powered by Google App Engine
This is Rietveld 408576698