mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
typo: 波尔 -> 布尔
This commit is contained in:
parent
1756195171
commit
e765da74df
@ -4,7 +4,7 @@ import cn.hutool.core.convert.AbstractConverter;
|
|||||||
import cn.hutool.core.util.BooleanUtil;
|
import cn.hutool.core.util.BooleanUtil;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 波尔转换器
|
* 布尔转换器
|
||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
* 对象转为boolean,规则如下:
|
* 对象转为boolean,规则如下:
|
||||||
|
@ -187,7 +187,7 @@ public abstract class AbsSetting implements OptNullBasicTypeFromStringGetter<Str
|
|||||||
// --------------------------------------------------------------- Get bool
|
// --------------------------------------------------------------- Get bool
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 获取波尔型属性值
|
* 获取布尔型属性值
|
||||||
*
|
*
|
||||||
* @param key 属性名
|
* @param key 属性名
|
||||||
* @param group 分组名
|
* @param group 分组名
|
||||||
@ -198,7 +198,7 @@ public abstract class AbsSetting implements OptNullBasicTypeFromStringGetter<Str
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 获取波尔型型属性值
|
* 获取布尔型属性值
|
||||||
*
|
*
|
||||||
* @param key 属性名
|
* @param key 属性名
|
||||||
* @param group 分组名
|
* @param group 分组名
|
||||||
|
Loading…
x
Reference in New Issue
Block a user