!1197 修改返回值注释描述误解

Merge pull request !1197 from feng/v5-dev
This commit is contained in:
Looly
2024-04-03 04:44:29 +00:00
committed by Gitee

View File

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