tisonkun commented on code in PR #3721:
URL:
https://github.com/apache/incubator-opendal/pull/3721#discussion_r1418502107
##########
bindings/java/src/lib.rs:
##########
@@ -183,7 +183,6 @@ fn make_capability<'a>(env: &mut JNIEnv<'a>, cap:
Capability) -> Result<JObject<
JValue::Bool(cap.list as jboolean),
JValue::Bool(cap.list_with_limit as jboolean),
JValue::Bool(cap.list_with_start_after as jboolean),
- JValue::Bool(cap.list_without_recursive as jboolean),
Review Comment:
I guess then we should update the java part accordiingly.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]