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

Unified Diff: pkg/analysis_server/doc/api.html

Issue 473763003: Rename 'kindId' to 'kind' in 'edit.getRefactoring'. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 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
Index: pkg/analysis_server/doc/api.html
diff --git a/pkg/analysis_server/doc/api.html b/pkg/analysis_server/doc/api.html
index c400a0a8c661def2e02c0de2da405cbcb2454cc5..a54be5ecf34739b24628e8a2cbfc87005e64e1c8 100644
--- a/pkg/analysis_server/doc/api.html
+++ b/pkg/analysis_server/doc/api.html
@@ -1381,7 +1381,7 @@ dt.typeDefinition {
"id": String
"method": "edit.getRefactoring"
"params": {
- "<b>kindId</b>": <a href="#type_RefactoringKind">RefactoringKind</a>
+ "<b>kind</b>": <a href="#type_RefactoringKind">RefactoringKind</a>
"<b>file</b>": <a href="#type_FilePath">FilePath</a>
"<b>offset</b>": int
"<b>length</b>": int
@@ -1403,11 +1403,10 @@ dt.typeDefinition {
</p>
- <h4>Parameters</h4><dl><dt class="field"><b><i>kindId ( <a href="#type_RefactoringKind">RefactoringKind</a> )</i></b></dt><dd>
+ <h4>Parameters</h4><dl><dt class="field"><b><i>kind ( <a href="#type_RefactoringKind">RefactoringKind</a> )</i></b></dt><dd>
<p>
- The identifier of the kind of refactoring to be
- performed.
+ The kind of refactoring to be performed.
</p>
</dd><dt class="field"><b><i>file ( <a href="#type_FilePath">FilePath</a> )</i></b></dt><dd>

Powered by Google App Engine
This is Rietveld 408576698