Skip to content

Commit 1fef85d

Browse files
committed
Fix
1 parent 7969a4e commit 1fef85d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java_runtime/src/classes/java/lang/system.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ impl System {
9292
Ok(context.now() as _)
9393
}
9494

95-
async fn gc(jvm: &Jvm, _: &mut RuntimeContext) -> Result<()> {
95+
async fn gc(_jvm: &Jvm, _: &mut RuntimeContext) -> Result<()> {
9696
tracing::debug!("java.lang.System::gc()");
9797

9898
// TODO gc experimental

0 commit comments

Comments
 (0)