From 9facd5ca86e5fc11d9a887ba3845fbe1b93843ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E6=B4=8B=E6=B4=8B?= <664975117@qq.com> Date: Mon, 1 Apr 2024 16:56:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9hutool-system=E5=8C=85?= =?UTF-8?q?=E4=B8=AD=E7=9A=84SystemUtil=E7=B1=BB=20=E8=BF=94=E5=9B=9EJava?= =?UTF-8?q?=E8=99=9A=E6=8B=9F=E6=9C=BA=E7=BC=96=E8=AF=91=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E5=B1=9E=E6=80=A7=20=E7=9A=84=E6=B3=A8?= =?UTF-8?q?=E9=87=8A=E8=BF=94=E5=9B=9E=E5=80=BCa=20=E5=AE=B9=E6=98=93?= =?UTF-8?q?=E9=80=A0=E6=88=90=E8=AF=AF=E8=A7=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hutool-system/src/main/java/cn/hutool/system/SystemUtil.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hutool-system/src/main/java/cn/hutool/system/SystemUtil.java b/hutool-system/src/main/java/cn/hutool/system/SystemUtil.java index 6a561b727..1c5684215 100755 --- a/hutool-system/src/main/java/cn/hutool/system/SystemUtil.java +++ b/hutool-system/src/main/java/cn/hutool/system/SystemUtil.java @@ -201,7 +201,7 @@ public class SystemUtil extends SystemPropsUtil { * 返回Java虚拟机编译系统相关属性
* 如果没有编译系统,则返回{@code null} * - * @return a {@link CompilationMXBean} ,如果没有编译系统,则返回{@code null} + * @return {@link CompilationMXBean} ,如果没有编译系统,则返回{@code null} * @since 4.1.4 */ public static CompilationMXBean getCompilationMXBean() {