fix comment

This commit is contained in:
Looly 2024-04-03 12:46:21 +08:00
parent 51be74e901
commit b44e3d4473

View File

@ -217,7 +217,7 @@ public class ManagementUtil {
* 返回Java虚拟机编译系统相关属性<br>
* 如果没有编译系统则返回{@code null}
*
* @return a {@link CompilationMXBean} 如果没有编译系统则返回{@code null}
* @return {@link CompilationMXBean} 如果没有编译系统则返回{@code null}
* @since 4.1.4
*/
public static CompilationMXBean getCompilationMXBean() {