This commit is contained in:
Looly 2024-02-21 16:05:54 +08:00
parent 6be60c0aa9
commit d3b4214994
3 changed files with 3 additions and 4 deletions

View File

@ -77,7 +77,6 @@
- 你可以引入使用,也可以**拷贝**和修改使用,而**不必标注任何信息**只是希望能把bug及时反馈回来。 - 你可以引入使用,也可以**拷贝**和修改使用,而**不必标注任何信息**只是希望能把bug及时反馈回来。
- 我们努力健全**中文**注释,为源码学习者提供良好地学习环境,争取做到人人都能看得懂。 - 我们努力健全**中文**注释,为源码学习者提供良好地学习环境,争取做到人人都能看得懂。
-------------------------------------------------------------------------------
### ✨版本选择 ### ✨版本选择
Hutool目前主要版本4.x、5.x、6.x选择如下 Hutool目前主要版本4.x、5.x、6.x选择如下

View File

@ -84,7 +84,7 @@ public class JvmInfo implements Serializable{
} }
/** /**
* 将Java Virutal Machine Implementation的信息转换成字符串 * 将Java Virtual Machine Implementation的信息转换成字符串
* *
* @return JVM impl.的字符串表示 * @return JVM impl.的字符串表示
*/ */

View File

@ -17,7 +17,7 @@ import org.dromara.hutool.core.util.SystemUtil;
import java.io.Serializable; import java.io.Serializable;
/** /**
* 代表Java Virutal Machine Specification的信息 * 代表Java Virtual Machine Specification的信息
*/ */
public class JvmSpecInfo implements Serializable{ public class JvmSpecInfo implements Serializable{
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
@ -69,7 +69,7 @@ public class JvmSpecInfo implements Serializable{
} }
/** /**
* 将Java Virutal Machine Specification的信息转换成字符串 * 将Java Virtual Machine Specification的信息转换成字符串
* *
* @return JVM spec.的字符串表示 * @return JVM spec.的字符串表示
*/ */