mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-05 17:37:59 +08:00
fix comment
This commit is contained in:
parent
8bb736b375
commit
1ce17d8c5c
@ -1132,7 +1132,7 @@ public class ReflectUtil {
|
||||
* <li> 基本类型 byte, char, short, int, long, float, double, boolean</li>
|
||||
* <li> Literal String 类型(直接双引号字符串)</li>
|
||||
* </ul>
|
||||
* <h3>以下属性,可以通过反射修改:</h3>
|
||||
* <p>以下属性,可以通过反射修改:</p>
|
||||
* <ul>
|
||||
* <li>基本类型的包装类 Byte、Character、Short、Long、Float、Double、Boolean</li>
|
||||
* <li>字符串,通过 new String("")实例化</li>
|
||||
|
Loading…
Reference in New Issue
Block a user