From 3ada61c875158dedd24618013da01939cc7acc07 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sat, 14 Aug 2021 21:50:35 -0700 Subject: rename --- other/java/client/src/main/proto/filer.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'other/java/client/src/main') diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto index bb415741f..1c22276ae 100644 --- a/other/java/client/src/main/proto/filer.proto +++ b/other/java/client/src/main/proto/filer.proto @@ -96,7 +96,7 @@ message ListEntriesResponse { message RemoteEntry { string storage_name = 1; - int64 last_local_sync_ts_ms = 2; + int64 last_local_sync_ts_ns = 2; string remote_e_tag = 3; int64 remote_mtime = 4; int64 remote_size = 5; -- cgit v1.2.3