format: 规范化代码风格

This commit is contained in:
2024-05-21 03:13:30 +08:00
parent c0ebee6976
commit 1c00489cb7
24 changed files with 64 additions and 64 deletions

View File

@@ -81,7 +81,7 @@ public abstract class AbstractConfiguration implements Configuration {
// 刷新配置信息
refresh0();
final Boolean needPrint = getBoolean(ConfigurationKeys.KEY_CFG_LOG_ONSTART);
if(needPrint)
if (needPrint)
printDetails();
}
@@ -106,7 +106,7 @@ public abstract class AbstractConfiguration implements Configuration {
/**
* 载入配置信息请加锁
*/
protected void load(){
protected void load() {
try {
loadLock.lock();
// 清空原有的配置信息