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

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

Issue 527773004: Fix references to non-existent requests in analysis server API doc. (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/doc/api.html ('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 4f3f8705d1abb7f8ff078aacb9306f22f09a00ed..e794fb68acdf508b3b0a6322b6bacaa9edf07d1b 100644
--- a/pkg/analysis_server/tool/spec/spec_input.html
+++ b/pkg/analysis_server/tool/spec/spec_input.html
@@ -2906,11 +2906,9 @@
This section contains additional information for each kind of
refactoring. In addition to a brief description of the
refactoring, there is a specification of the feedback that is
- provided when a refactoring is created using the
- edit.createRefactoring request (designed to improve the UX)
- and the options that must be set using the
- edit.setRefactoringOptions request before the refactoring can
- be applied.
+ provided when a refactoring is requested using the
+ edit.getRefactoring request (designed to improve the UX)
+ and the options that may be provided to edit.getRefactoring.
</p>
<refactoring kind="CONVERT_GETTER_TO_METHOD">
<p>
« no previous file with comments | « pkg/analysis_server/doc/api.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698