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

private JvmStats jvmStats;

private final JvmInfo jvmInfo;

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

public JvmInfo info() {
Expand Down

0 comments on commit 050abed

Please sign in to comment.