mirror of
https://github.com/HighCapable/YukiReflection.git
synced 2025-09-06 18:55:32 +08:00
docs: correct comments
This commit is contained in:
@@ -296,7 +296,7 @@ val ShortArrayType get() = ArrayClass(ShortType)
|
|||||||
*
|
*
|
||||||
* - ❗此方法已弃用 - 在之后的版本中将直接被删除
|
* - ❗此方法已弃用 - 在之后的版本中将直接被删除
|
||||||
*
|
*
|
||||||
* - ❗请现在转移到 [ShortArrayType]
|
* - ❗请现在迁移到 [ShortArrayType]
|
||||||
* @return [Class]<[JavaArray]>
|
* @return [Class]<[JavaArray]>
|
||||||
*/
|
*/
|
||||||
@Deprecated(message = "请使用修复后的命名方法", ReplaceWith("ShortArrayType"))
|
@Deprecated(message = "请使用修复后的命名方法", ReplaceWith("ShortArrayType"))
|
||||||
|
Reference in New Issue
Block a user