Chromium Code Reviews| 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 54c0a58782ad9429eebb25d5e70e594fe7518407..4409e3f6a2bc3709067fe7b6965ad778b9d5c857 100644 |
| --- a/pkg/analysis_server/tool/spec/spec_input.html |
| +++ b/pkg/analysis_server/tool/spec/spec_input.html |
| @@ -2880,6 +2880,14 @@ |
| The file containing the code to be modified. |
| </p> |
| </field> |
| + <field name="time"> |
|
Brian Wilkerson
2014/09/15 23:28:46
I don't think this does what we need it to. I thin
scheglov
2014/09/16 00:57:25
Agree.
|
| + <ref>int</ref> |
| + <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> |
| + </field> |
| <field name="edits"> |
| <list><ref>SourceEdit</ref></list> |
| <p> |