| Index: pkg/analysis_server/lib/src/generated_protocol.dart
|
| diff --git a/pkg/analysis_server/lib/src/generated_protocol.dart b/pkg/analysis_server/lib/src/generated_protocol.dart
|
| index fdd03e35ed9d1e2724e8732c0a38a08be17f44b8..8a2bfb01c5261b834e8874c42a8a11b3b6224f12 100644
|
| --- a/pkg/analysis_server/lib/src/generated_protocol.dart
|
| +++ b/pkg/analysis_server/lib/src/generated_protocol.dart
|
| @@ -4198,8 +4198,8 @@ class ExecutionSetSubscriptionsResult {
|
| */
|
| class ExecutionLaunchDataParams implements HasToJson {
|
| /**
|
| - * 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.
|
| */
|
| List<ExecutableFile> executables;
|
|
|
|
|