mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
fix code
This commit is contained in:
parent
6be60c0aa9
commit
d3b4214994
@ -77,7 +77,6 @@
|
|||||||
- 你可以引入使用,也可以**拷贝**和修改使用,而**不必标注任何信息**,只是希望能把bug及时反馈回来。
|
- 你可以引入使用,也可以**拷贝**和修改使用,而**不必标注任何信息**,只是希望能把bug及时反馈回来。
|
||||||
- 我们努力健全**中文**注释,为源码学习者提供良好地学习环境,争取做到人人都能看得懂。
|
- 我们努力健全**中文**注释,为源码学习者提供良好地学习环境,争取做到人人都能看得懂。
|
||||||
|
|
||||||
-------------------------------------------------------------------------------
|
|
||||||
### ✨版本选择
|
### ✨版本选择
|
||||||
|
|
||||||
Hutool目前主要版本4.x、5.x、6.x,选择如下:
|
Hutool目前主要版本4.x、5.x、6.x,选择如下:
|
||||||
|
@ -84,7 +84,7 @@ public class JvmInfo implements Serializable{
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 将Java Virutal Machine Implementation的信息转换成字符串。
|
* 将Java Virtual Machine Implementation的信息转换成字符串。
|
||||||
*
|
*
|
||||||
* @return JVM impl.的字符串表示
|
* @return JVM impl.的字符串表示
|
||||||
*/
|
*/
|
||||||
|
@ -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.的字符串表示
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user