Skip to content

Commit

Permalink
Add void to method signature
Browse files Browse the repository at this point in the history
  • Loading branch information
fourlastor committed Jan 11, 2024
1 parent 580b9be commit de138e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ fn start_jvm(
env.call_method(
current_thread,
"setContextClassLoader",
"(Ljava/lang/ClassLoader;)",
"(Ljava/lang/ClassLoader;)V",
&[(&class_loader).into()],
)
.expect("Failed to set class loader");
Expand Down

0 comments on commit de138e9

Please sign in to comment.