mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix code
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 初始化设定文件
|
* 初始化设定文件
|
||||||
|
Reference in New Issue
Block a user