Fix code note translation problem in VariableTypeFactory

This commit is contained in:
2022-11-27 01:25:49 +08:00
parent efc2bfa799
commit d138f2a0bf

View File

@@ -59,7 +59,7 @@ import java.util.zip.ZipOutputStream
/** /**
* 任意类型的数组 * 任意类型的数组
* *
* Java 中表示array[] * Java 中表示array[]
* @param type 类型 * @param type 类型
* @return [Class] * @return [Class]
*/ */