| Index: pkg/analysis_server/doc/api.html
|
| diff --git a/pkg/analysis_server/doc/api.html b/pkg/analysis_server/doc/api.html
|
| index c400a0a8c661def2e02c0de2da405cbcb2454cc5..a54be5ecf34739b24628e8a2cbfc87005e64e1c8 100644
|
| --- a/pkg/analysis_server/doc/api.html
|
| +++ b/pkg/analysis_server/doc/api.html
|
| @@ -1381,7 +1381,7 @@ dt.typeDefinition {
|
| "id": String
|
| "method": "edit.getRefactoring"
|
| "params": {
|
| - "<b>kindId</b>": <a href="#type_RefactoringKind">RefactoringKind</a>
|
| + "<b>kind</b>": <a href="#type_RefactoringKind">RefactoringKind</a>
|
| "<b>file</b>": <a href="#type_FilePath">FilePath</a>
|
| "<b>offset</b>": int
|
| "<b>length</b>": int
|
| @@ -1403,11 +1403,10 @@ dt.typeDefinition {
|
| </p>
|
|
|
|
|
| - <h4>Parameters</h4><dl><dt class="field"><b><i>kindId ( <a href="#type_RefactoringKind">RefactoringKind</a> )</i></b></dt><dd>
|
| + <h4>Parameters</h4><dl><dt class="field"><b><i>kind ( <a href="#type_RefactoringKind">RefactoringKind</a> )</i></b></dt><dd>
|
|
|
| <p>
|
| - The identifier of the kind of refactoring to be
|
| - performed.
|
| + The kind of refactoring to be performed.
|
| </p>
|
| </dd><dt class="field"><b><i>file ( <a href="#type_FilePath">FilePath</a> )</i></b></dt><dd>
|
|
|
|
|