Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo: 波尔 -> 布尔 #2074

Merged
merged 1 commit into from Jan 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -4,7 +4,7 @@
import cn.hutool.core.util.BooleanUtil;

/**
* 波尔转换器
* 布尔转换器
*
* <p>
* 对象转为boolean,规则如下:
Expand Down
Expand Up @@ -187,7 +187,7 @@ public Integer getInt(String key, String group, Integer defaultValue) {
// --------------------------------------------------------------- Get bool

/**
* 获取波尔型属性值
* 获取布尔型属性值
*
* @param key 属性名
* @param group 分组名
Expand All @@ -198,7 +198,7 @@ public Boolean getBool(String key, String group) {
}

/**
* 获取波尔型型属性值
* 获取布尔型属性值
*
* @param key 属性名
* @param group 分组名
Expand Down