aboutsummaryrefslogtreecommitdiff
path: root/other/java/client/src/main/proto
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2018-12-14 09:16:21 -0800
committerChris Lu <chris.lu@gmail.com>2018-12-14 09:16:21 -0800
commit21315f709de9520ae8dc8cd7a8998802ee89af72 (patch)
treefedfc4c3339f0414d6e8500132926f6ed21158a3 /other/java/client/src/main/proto
parent42b8f1145a9bca6dcd461a09fb1dd65da67f6ada (diff)
downloadseaweedfs-21315f709de9520ae8dc8cd7a8998802ee89af72.tar.xz
seaweedfs-21315f709de9520ae8dc8cd7a8998802ee89af72.zip
HCFS 1.0.2
Diffstat (limited to 'other/java/client/src/main/proto')
-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 124eabcd2..bb33eb48e 100644
--- a/other/java/client/src/main/proto/filer.proto
+++ b/other/java/client/src/main/proto/filer.proto
@@ -117,7 +117,7 @@ message UpdateEntryResponse {
message DeleteEntryRequest {
string directory = 1;
string name = 2;
- bool is_directory = 3;
+ // bool is_directory = 3;
bool is_delete_data = 4;
bool is_recursive = 5;
}