Skip to content

Commit

Permalink
Fix java
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo committed Nov 14, 2024
1 parent 0fd31a7 commit 1fdf470
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions bindings/go/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ var (
&ffi.TypeUint8, // write_with_cache_control
&ffi.TypePointer, // write_multi_max_size
&ffi.TypePointer, // write_multi_min_size
&ffi.TypePointer, // write_multi_align_size
&ffi.TypePointer, // write_total_max_size
&ffi.TypeUint8, // create_dir
&ffi.TypeUint8, // delete
Expand Down Expand Up @@ -189,7 +188,6 @@ type opendalCapability struct {
writeWithCacheControl uint8
writeMultiMaxSize uint
writeMultiMinSize uint
writeMultiAlignSize uint
writeTotalMaxSize uint
createDir uint8
delete uint8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ public Capability(
boolean writeWithCacheControl,
long writeMultiMaxSize,
long writeMultiMinSize,
long writeMultiAlignSize,
boolean createDir,
boolean delete,
boolean copy,
Expand Down Expand Up @@ -242,7 +241,6 @@ public Capability(
this.writeWithCacheControl = writeWithCacheControl;
this.writeMultiMaxSize = writeMultiMaxSize;
this.writeMultiMinSize = writeMultiMinSize;
this.writeMultiAlignSize = writeMultiAlignSize;
this.createDir = createDir;
this.delete = delete;
this.copy = copy;
Expand Down

0 comments on commit 1fdf470

Please sign in to comment.