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

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

Issue 481533002: (TBR) Fix the build (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
« no previous file with comments | « no previous file | pkg/analysis_server/test/integration/integration_test_methods.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/doc/api.html
diff --git a/pkg/analysis_server/doc/api.html b/pkg/analysis_server/doc/api.html
index 3c03cab3f92334020a42227bf84c38381c914812..c8d4410595bc769854e5158e1782f1839639896d 100644
--- a/pkg/analysis_server/doc/api.html
+++ b/pkg/analysis_server/doc/api.html
@@ -1392,7 +1392,7 @@ dt.typeDefinition {
"<b>status</b>": List&lt;<a href="#type_RefactoringProblem">RefactoringProblem</a>&gt;
"<b>feedback</b>": <span style="color:#999999">optional</span> object
"<b>change</b>": <span style="color:#999999">optional</span> <a href="#type_SourceChange">SourceChange</a>
- "<b>potentialChanges</b>": <span style="color:#999999">optional</span> List&lt;String&gt;
+ "<b>potentialEdits</b>": <span style="color:#999999">optional</span> List&lt;String&gt;
}
}</pre></div>
<p>
@@ -1464,7 +1464,7 @@ dt.typeDefinition {
refactoring that requires them, or if only validation
was requested.
</p>
- </dd><dt class="field"><b><i>potentialChanges ( <span style="color:#999999">optional</span> List&lt;String&gt; )</i></b></dt><dd>
+ </dd><dt class="field"><b><i>potentialEdits ( <span style="color:#999999">optional</span> List&lt;String&gt; )</i></b></dt><dd>
<p>
The ids of source edits that are not known to be valid. An edit is
« no previous file with comments | « no previous file | pkg/analysis_server/test/integration/integration_test_methods.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698