Skip to content

Commit

Permalink
++redis-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
nihohit committed Mar 6, 2024
1 parent 48efa32 commit 147ab50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion java/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ fn redis_value_to_java<'local>(env: &mut JNIEnv<'local>, val: Value) -> JObject<
hashmap
}
Value::Double(float) => env
.new_object("java/lang/Double", "(D)V", &[float.into_inner().into()])
.new_object("java/lang/Double", "(D)V", &[float.into()])
.unwrap(),
Value::Boolean(bool) => env
.new_object("java/lang/Boolean", "(Z)V", &[bool.into()])
Expand Down
2 changes: 1 addition & 1 deletion submodules/redis-rs

0 comments on commit 147ab50

Please sign in to comment.