Merge pull request #2074 from samho2008/v5-dev

typo: 波尔 -> 布尔
This commit is contained in:
Golden Looly 2022-01-07 19:23:10 +08:00 committed by GitHub
commit 63fc344c8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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规则如下

View File

@ -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 分组名