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 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;