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

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

Issue 574573002: Add SourceFileEdit.time field. (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
Index: pkg/analysis_server/doc/api.html
diff --git a/pkg/analysis_server/doc/api.html b/pkg/analysis_server/doc/api.html
index d5a60b718e1caa9ae295f7ffc212ee3630fa51e5..e59e1f1537ad19d1168d60ad89e487148e953179 100644
--- a/pkg/analysis_server/doc/api.html
+++ b/pkg/analysis_server/doc/api.html
@@ -2821,6 +2821,13 @@ dt.typeDefinition {
<p>
The file containing the code to be modified.
</p>
+ </dd><dt class="field"><b><i>time ( int )</i></b></dt><dd>
+
+ <p>
+ The time in milliseconds since the "Unix epoch" when this change
+ was created. The client may use it to make sure that the file was
+ not changed since then, so it is safe to apply the change.
+ </p>
</dd><dt class="field"><b><i>edits ( List&lt;<a href="#type_SourceEdit">SourceEdit</a>&gt; )</i></b></dt><dd>
<p>

Powered by Google App Engine
This is Rietveld 408576698