mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix commpent
This commit is contained in:
@@ -70,7 +70,7 @@ public class JvmInfo implements Serializable{
|
||||
}
|
||||
|
||||
/**
|
||||
* 将Java Virutal Machine Implementation的信息转换成字符串。
|
||||
* 将Java Virtual Machine Implementation的信息转换成字符串。
|
||||
*
|
||||
* @return JVM impl.的字符串表示
|
||||
*/
|
||||
|
@@ -3,7 +3,7 @@ package cn.hutool.system;
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* 代表Java Virutal Machine Specification的信息。
|
||||
* 代表Java Virtual Machine Specification的信息。
|
||||
*/
|
||||
public class JvmSpecInfo implements Serializable{
|
||||
private static final long serialVersionUID = 1L;
|
||||
@@ -55,7 +55,7 @@ public class JvmSpecInfo implements Serializable{
|
||||
}
|
||||
|
||||
/**
|
||||
* 将Java Virutal Machine Specification的信息转换成字符串。
|
||||
* 将Java Virtual Machine Specification的信息转换成字符串。
|
||||
*
|
||||
* @return JVM spec.的字符串表示
|
||||
*/
|
||||
|
Reference in New Issue
Block a user