| Index: pkg/analysis_server/tool/spec/spec_input.html
|
| diff --git a/pkg/analysis_server/tool/spec/spec_input.html b/pkg/analysis_server/tool/spec/spec_input.html
|
| index 615a597e3b6d1d1cd4c7c62a6039a46cb08eba59..3d0f0746aaa74126eed3ab399ab62bcc5c3d038f 100644
|
| --- a/pkg/analysis_server/tool/spec/spec_input.html
|
| +++ b/pkg/analysis_server/tool/spec/spec_input.html
|
| @@ -202,7 +202,7 @@
|
| notification.
|
| </p>
|
| <params>
|
| - <field name="fatal">
|
| + <field name="isFatal">
|
| <ref>bool</ref>
|
| <p>
|
| True if the error is a fatal error, meaning that the
|
| @@ -817,7 +817,7 @@
|
| user without having to make additional requests.
|
| </p>
|
| </field>
|
| - <field name="last">
|
| + <field name="isLast">
|
| <ref>bool</ref>
|
| <p>
|
| True if this is that last set of results that will be
|
| @@ -1036,7 +1036,7 @@
|
| The search results being reported.
|
| </p>
|
| </field>
|
| - <field name="last">
|
| + <field name="isLast">
|
| <ref>bool</ref>
|
| <p>
|
| True if this is that last set of results that will be
|
| @@ -1554,7 +1554,7 @@
|
| An indication of the current state of analysis.
|
| </p>
|
| <object>
|
| - <field name="analyzing">
|
| + <field name="isAnalyzing">
|
| <ref>bool</ref>
|
| <p>True if analysis is currently being performed.</p>
|
| </field>
|
|
|