mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-21 18:24:20 +01:00
Add LimboStepResult.java constructor
This commit is contained in:
@@ -133,13 +133,12 @@ fn to_limbo_step_result<'local>(
|
||||
"(I[Ljava/lang/Object;)V",
|
||||
&ctor_args,
|
||||
)
|
||||
.unwrap_or_else(|_| JObject::null())
|
||||
} else {
|
||||
env.new_object(
|
||||
"org/github/tursodatabase/core/LimboStepResult",
|
||||
"(I[Ljava/lang/Object;)V",
|
||||
"(I)V",
|
||||
&ctor_args,
|
||||
)
|
||||
.unwrap_or_else(|_| JObject::null())
|
||||
}
|
||||
.unwrap_or_else(|_| JObject::null())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user