mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
fix code
This commit is contained in:
parent
e1648198e4
commit
60e6ae7510
@ -103,7 +103,7 @@ public class Setting extends AbsSetting implements Map<String, String> {
|
|||||||
private SettingLoader settingLoader;
|
private SettingLoader settingLoader;
|
||||||
private WatchMonitor watchMonitor;
|
private WatchMonitor watchMonitor;
|
||||||
|
|
||||||
// ------------------------------------------------------------------------------------- Constructor start
|
// region ----- Constructor
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 空构造
|
* 空构造
|
||||||
@ -166,7 +166,7 @@ public class Setting extends AbsSetting implements Map<String, String> {
|
|||||||
public Setting(final Resource resource, final Charset charset, final boolean isUseVariable) {
|
public Setting(final Resource resource, final Charset charset, final boolean isUseVariable) {
|
||||||
this.init(resource, charset, isUseVariable);
|
this.init(resource, charset, isUseVariable);
|
||||||
}
|
}
|
||||||
// ------------------------------------------------------------------------------------- Constructor end
|
// endregion
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 初始化设定文件
|
* 初始化设定文件
|
||||||
|
Loading…
x
Reference in New Issue
Block a user