From f8aa5ea8444c3d4bf11ac3cdc1b73663628a072e Mon Sep 17 00:00:00 2001 From: chrislu Date: Sun, 25 Jun 2023 17:38:19 -0700 Subject: adjust filer.proto --- 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 3d3e9e886..2058322cc 100644 --- a/other/java/client/src/main/proto/filer.proto +++ b/other/java/client/src/main/proto/filer.proto @@ -447,8 +447,8 @@ message LockRequest { } message LockResponse { string renew_token = 1; + string moved_to = 2; string error = 3; - string moved_to = 4; } message UnlockRequest { string name = 1; -- cgit v1.2.3