| Index: pkg/analysis_server/doc/api.html
|
| diff --git a/pkg/analysis_server/doc/api.html b/pkg/analysis_server/doc/api.html
|
| index 67c31daf6dfe65cf4ec6b3e214e01d1bd0f06d22..657e784e2b064ac700a674fe484ab933bd3e95da 100644
|
| --- a/pkg/analysis_server/doc/api.html
|
| +++ b/pkg/analysis_server/doc/api.html
|
| @@ -1392,7 +1392,7 @@ dt.typeDefinition {
|
| "id": String
|
| "error": <span style="color:#999999">optional</span> <a href="#type_Error">Error</a>
|
| "result": {
|
| - "<b>status</b>": List<<a href="#type_RefactoringProblem">RefactoringProblem</a>>
|
| + "<b>problems</b>": List<<a href="#type_RefactoringProblem">RefactoringProblem</a>>
|
| "<b>feedback</b>": <span style="color:#999999">optional</span> object
|
| "<b>change</b>": <span style="color:#999999">optional</span> <a href="#type_SourceChange">SourceChange</a>
|
| "<b>potentialEdits</b>": <span style="color:#999999">optional</span> List<String>
|
| @@ -1441,7 +1441,7 @@ dt.typeDefinition {
|
| does not require any options or if the values of those
|
| options are not known.
|
| </p>
|
| - </dd></dl><h4>Returns</h4><dl><dt class="field"><b><i>status ( List<<a href="#type_RefactoringProblem">RefactoringProblem</a>> )</i></b></dt><dd>
|
| + </dd></dl><h4>Returns</h4><dl><dt class="field"><b><i>problems ( List<<a href="#type_RefactoringProblem">RefactoringProblem</a>> )</i></b></dt><dd>
|
|
|
| <p>
|
| The status of the refactoring. The array will be empty
|
|
|