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..b802f24d9b9d8930515cd4d0884f30b37bf4117d 100644 |
| --- a/pkg/analysis_server/tool/spec/spec_input.html |
| +++ b/pkg/analysis_server/tool/spec/spec_input.html |
| @@ -2880,6 +2880,16 @@ |
| The file containing the code to be modified. |
| </p> |
| </field> |
| + <field name="fileStamp"> |
| + <ref>long</ref> |
| + <p> |
| + The modification stamp of the file at the moment when the change |
| + was created, in milliseconds since the "Unix epoch". Maybe -1 if |
|
Brian Wilkerson
2014/09/16 13:51:32
"Maybe" --> "Will be"
scheglov
2014/09/16 17:18:35
Done.
|
| + the file did not exist and should be created. The client may use |
| + this field 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> |