change: 日常小调整.

This commit is contained in:
2024-07-04 20:23:05 +08:00
parent e76fd2915a
commit bac1bb8aed
7 changed files with 11 additions and 18 deletions

View File

@@ -17,7 +17,7 @@ import java.util.concurrent.locks.ReentrantLock;
*/
public abstract class AbstractConfiguration implements Configuration {
private static final Logger log = LoggerFactory.getLogger(AbstractConfiguration.class);
protected final Logger log = LoggerFactory.getLogger(this.getClass());
protected final Map<String, String> valueMap = new LinkedHashMap<>(16);
private final Lock loadLock = new ReentrantLock();