| Index: pkg/analysis_server/doc/api.html
|
| diff --git a/pkg/analysis_server/doc/api.html b/pkg/analysis_server/doc/api.html
|
| index 69af5fb7e9a0cfc82b708f49238e864d557061c1..935b183fc2d48f04cbcb5ba5cbf5eb5c1bd5c6c6 100644
|
| --- a/pkg/analysis_server/doc/api.html
|
| +++ b/pkg/analysis_server/doc/api.html
|
| @@ -1686,6 +1686,11 @@ dt.typeDefinition {
|
| <p>
|
| Get the changes required to perform a refactoring.
|
| </p>
|
| + <p>
|
| + If another refactoring request is received during the processing
|
| + of this one, an error of type <tt>REFACTORING_REQUEST_CANCELLED</tt>
|
| + will be generated.
|
| + </p>
|
|
|
|
|
| <h4>Parameters</h4><dl><dt class="field"><b><i>kind ( <a href="#type_RefactoringKind">RefactoringKind</a> )</i></b></dt><dd>
|
| @@ -3055,6 +3060,12 @@ dt.typeDefinition {
|
| <p>
|
| A malformed request was received.
|
| </p>
|
| + </dd><dt class="value">REFACTORING_REQUEST_CANCELLED</dt><dd>
|
| +
|
| + <p>
|
| + Another refactoring request was received during processing of
|
| + this one.
|
| + </p>
|
| </dd><dt class="value">SERVER_ALREADY_STARTED</dt><dd>
|
|
|
| <p>
|
|
|