Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Unified Diff: pkg/analysis_server/tool/spec/spec_input.html

Issue 541823004: Decode RefactoringFeedback automatically. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/analysis_server/tool/spec/codegen_java_types.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « pkg/analysis_server/tool/spec/codegen_java_types.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698