| 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 895ea074ca0d9f1baf74345e5018cc0ad2cf23ab..905bc633f8a3262790d89fd3329b664e16957c72 100644
|
| --- a/pkg/analysis_server/test/integration/integration_test_methods.dart
|
| +++ b/pkg/analysis_server/test/integration/integration_test_methods.dart
|
| @@ -1331,19 +1331,18 @@ abstract class IntegrationTestMixin {
|
| }
|
|
|
| /**
|
| - * Reports information needed to allow applications within the given context
|
| - * to be launched.
|
| + * Reports information needed to allow applications to be launched.
|
| *
|
| * This notification is not subscribed to by default. Clients can subscribe
|
| - * by including the value "LAUNCH_DATA" in the list of services passed in a
|
| + * by including the value "LAUNCH_DATA" in the list of services passed in an
|
| * execution.setSubscriptions request.
|
| *
|
| * Parameters
|
| *
|
| * executables ( List<ExecutableFile> )
|
| *
|
| - * A list of the files that are executable in the given context. This list
|
| - * replaces any previous list provided for the given context.
|
| + * A list of the files that are executable. This list replaces any previous
|
| + * list provided.
|
| *
|
| * dartToHtml ( Map<FilePath, List<FilePath>> )
|
| *
|
|
|