aboutsummaryrefslogtreecommitdiff
path: root/other
diff options
context:
space:
mode:
Diffstat (limited to 'other')
-rw-r--r--other/java/client/src/main/proto/filer.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto
index 3dda002c5..bd4916ddc 100644
--- a/other/java/client/src/main/proto/filer.proto
+++ b/other/java/client/src/main/proto/filer.proto
@@ -460,7 +460,7 @@ message UnlockResponse {
message Lock {
string name = 1;
string renew_token = 2;
- int64 expiration_ns = 3;
+ int64 expired_at_ns = 3;
}
message TransferLocksRequest {
repeated Lock locks = 1;