diff options
| author | Chris Lu <chris.lu@gmail.com> | 2018-12-14 09:16:21 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2018-12-14 09:16:21 -0800 |
| commit | 21315f709de9520ae8dc8cd7a8998802ee89af72 (patch) | |
| tree | fedfc4c3339f0414d6e8500132926f6ed21158a3 /other/java/client/src/main/proto | |
| parent | 42b8f1145a9bca6dcd461a09fb1dd65da67f6ada (diff) | |
| download | seaweedfs-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.proto | 2 |
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; } |
