| 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 5d35e9fba9848ee5d101dde54cb2474399eca45f..adaf7f7c63050bc20e56ba3b493ccc15f6b4ed61 100644
|
| --- a/pkg/analysis_server/tool/spec/spec_input.html
|
| +++ b/pkg/analysis_server/tool/spec/spec_input.html
|
| @@ -1237,7 +1237,7 @@
|
| </p>
|
| </field>
|
| <field name="feedback" optional="true">
|
| - <ref>object</ref>
|
| + <ref>RefactoringFeedback</ref>
|
| <p>
|
| Data used to provide feedback to the user. The structure
|
| of the data is dependent on the kind of refactoring
|
| @@ -2494,6 +2494,13 @@
|
| </field>
|
| </object>
|
| </type>
|
| + <type name="RefactoringFeedback">
|
| + <p>
|
| + An abstract superclass of all refactoring feedbacks.
|
| + </p>
|
| + <object>
|
| + </object>
|
| + </type>
|
| <type name="RefactoringOptions">
|
| <p>
|
| An abstract superclass of all refactoring options.
|
|
|