Skip to content

Commit

Permalink
Fix checkstyle issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ravinperera00 committed Dec 19, 2024
1 parent 10289a1 commit 0060bf1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,4 @@ private static HotSpotDiagnosticMXBean getHotSpotDiagnosticMXBean() throws IOExc
MBeanServer mBeanServer = ManagementFactory.getPlatformMBeanServer();
return ManagementFactory.newPlatformMXBeanProxy(mBeanServer, HOT_SPOT_BEAN_NAME, HotSpotDiagnosticMXBean.class);
}
}
}

0 comments on commit 0060bf1

Please sign in to comment.