!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
commit acaf369244
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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() {