mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-05 17:37:59 +08:00
修改hutool-system包中的SystemUtil类 返回Java虚拟机编译系统相关属性 的注释返回值a 容易造成误解
This commit is contained in:
parent
c694628154
commit
9facd5ca86
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user