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 050abed commit 883e671
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
public class JvmService {
private static final Logger LOG = LogManager.getLogger(JvmService.class);

private JvmStats jvmStats;

private final JvmInfo jvmInfo;

private JvmStats jvmStats;

public JvmService() {
this.jvmInfo = JvmInfo.jvmInfo();
this.jvmStats = JvmStats.jvmStats();
Expand Down

0 comments on commit 883e671

Please sign in to comment.