Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
924060929 committed Jul 29, 2024
1 parent 883e671 commit 7290ebb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ public JvmInfo info() {
}

public synchronized JvmStats stats() {
return JvmStats.jvmStats();
jvmStats = JvmStats.jvmStats();
return jvmStats;
}

@Override
Expand Down

0 comments on commit 7290ebb

Please sign in to comment.