mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
update dependency
This commit is contained in:
@@ -61,7 +61,7 @@ public abstract class AbsSetting implements OptNullBasicTypeFromStringGetter<Str
|
||||
*/
|
||||
public String getStrNotEmpty(final String key, final String group, final String defaultValue) {
|
||||
final String value = getByGroup(key, group);
|
||||
return ObjUtil.defaultIfEmpty(value, defaultValue);
|
||||
return StrUtil.defaultIfEmpty(value, defaultValue);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user