From c41e9ae0e8db215eb0b307d0a9bb73b3137daa54 Mon Sep 17 00:00:00 2001 From: Brian Wilkerson Date: Mon, 10 Jun 2019 17:24:35 +0000 Subject: [PATCH] Fix wording in spec Change-Id: I468d0afa21102fc6fe6f30aa1c7bd0d1c46d8f94 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/105464 Reviewed-by: Konstantin Shcheglov Commit-Queue: Brian Wilkerson --- .../lib/protocol/protocol_generated.dart | 16 ++++++++-------- .../support/integration_test_methods.dart | 8 ++++---- pkg/analysis_server/tool/spec/spec_input.html | 8 ++++---- .../lib/src/protocol/protocol_generated.dart | 16 ++++++++-------- 4 files changed, 24 insertions(+), 24 deletions(-) diff --git a/pkg/analysis_server/lib/protocol/protocol_generated.dart b/pkg/analysis_server/lib/protocol/protocol_generated.dart index 603016e9ba1..45a219f53f8 100644 --- a/pkg/analysis_server/lib/protocol/protocol_generated.dart +++ b/pkg/analysis_server/lib/protocol/protocol_generated.dart @@ -8296,19 +8296,19 @@ class EditDartfixResult implements ResponseResult { /** * Messages that should be displayed to the user that describe details of the - * fix generation. This could be details that users might want to explore - * before committing the changes to descriptions of exceptions that were - * thrown but that did not stop the fixes from being produced. The list will - * be omitted if it is empty. + * fix generation. For example, the messages might (a) point out details that + * users might want to explore before committing the changes or (b) describe + * exceptions that were thrown but that did not stop the fixes from being + * produced. The list will be omitted if it is empty. */ List get details => _details; /** * Messages that should be displayed to the user that describe details of the - * fix generation. This could be details that users might want to explore - * before committing the changes to descriptions of exceptions that were - * thrown but that did not stop the fixes from being produced. The list will - * be omitted if it is empty. + * fix generation. For example, the messages might (a) point out details that + * users might want to explore before committing the changes or (b) describe + * exceptions that were thrown but that did not stop the fixes from being + * produced. The list will be omitted if it is empty. */ void set details(List value) { this._details = value; diff --git a/pkg/analysis_server/test/integration/support/integration_test_methods.dart b/pkg/analysis_server/test/integration/support/integration_test_methods.dart index d14ee385f2a..cd4df3ded27 100644 --- a/pkg/analysis_server/test/integration/support/integration_test_methods.dart +++ b/pkg/analysis_server/test/integration/support/integration_test_methods.dart @@ -1779,10 +1779,10 @@ abstract class IntegrationTestMixin { * details: List (optional) * * Messages that should be displayed to the user that describe details of - * the fix generation. This could be details that users might want to - * explore before committing the changes to descriptions of exceptions that - * were thrown but that did not stop the fixes from being produced. The - * list will be omitted if it is empty. + * the fix generation. For example, the messages might (a) point out + * details that users might want to explore before committing the changes + * or (b) describe exceptions that were thrown but that did not stop the + * fixes from being produced. The list will be omitted if it is empty. */ Future sendEditDartfix(List included, {List includedFixes, diff --git a/pkg/analysis_server/tool/spec/spec_input.html b/pkg/analysis_server/tool/spec/spec_input.html index 81ad119452e..14ed66479d0 100644 --- a/pkg/analysis_server/tool/spec/spec_input.html +++ b/pkg/analysis_server/tool/spec/spec_input.html @@ -2259,10 +2259,10 @@

Messages that should be displayed to the user that describe details of - the fix generation. This could be details that users might want to - explore before committing the changes to descriptions of exceptions - that were thrown but that did not stop the fixes from being produced. - The list will be omitted if it is empty. + the fix generation. For example, the messages might (a) point out + details that users might want to explore before committing the changes + or (b) describe exceptions that were thrown but that did not stop the + fixes from being produced. The list will be omitted if it is empty.

diff --git a/pkg/analysis_server_client/lib/src/protocol/protocol_generated.dart b/pkg/analysis_server_client/lib/src/protocol/protocol_generated.dart index af0e154a56c..23f73038c65 100644 --- a/pkg/analysis_server_client/lib/src/protocol/protocol_generated.dart +++ b/pkg/analysis_server_client/lib/src/protocol/protocol_generated.dart @@ -8296,19 +8296,19 @@ class EditDartfixResult implements ResponseResult { /** * Messages that should be displayed to the user that describe details of the - * fix generation. This could be details that users might want to explore - * before committing the changes to descriptions of exceptions that were - * thrown but that did not stop the fixes from being produced. The list will - * be omitted if it is empty. + * fix generation. For example, the messages might (a) point out details that + * users might want to explore before committing the changes or (b) describe + * exceptions that were thrown but that did not stop the fixes from being + * produced. The list will be omitted if it is empty. */ List get details => _details; /** * Messages that should be displayed to the user that describe details of the - * fix generation. This could be details that users might want to explore - * before committing the changes to descriptions of exceptions that were - * thrown but that did not stop the fixes from being produced. The list will - * be omitted if it is empty. + * fix generation. For example, the messages might (a) point out details that + * users might want to explore before committing the changes or (b) describe + * exceptions that were thrown but that did not stop the fixes from being + * produced. The list will be omitted if it is empty. */ void set details(List value) { this._details = value;