mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix
This commit is contained in:
@@ -297,7 +297,7 @@ public abstract class AbsSetting implements OptNullBasicTypeFromStringGetter<Str
|
||||
public boolean containsKey(final String key) {
|
||||
return null != getByGroup(key, group);
|
||||
}
|
||||
}, CopyOptions.create());
|
||||
}, CopyOptions.of());
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user