mirror of
https://github.com/chrislusf/seaweedfs
synced 2025-09-18 01:02:46 +02:00
fix compilation
This commit is contained in:
parent
4523cd7a32
commit
88fa37a35a
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ public class FileChunkManifest {
|
|||
|
||||
FilerProto.FileChunk.Builder manifestChunk = SeaweedWrite.writeChunk(
|
||||
filerClient.getReplication(),
|
||||
filerClient.getCollection(),
|
||||
filerClient,
|
||||
minOffset,
|
||||
data, 0, data.length, parentDirectory);
|
||||
|
|
Loading…
Add table
Reference in a new issue