mirror of
https://github.com/slhaf/Partner.git
synced 2026-05-12 16:53:04 +08:00
fix(AgentConfigManager): set default INSTANCE to null instead of FileAgentConfigManager, which will be set in ConfigLoaderFactory or AgentApp
This commit is contained in:
@@ -16,7 +16,7 @@ import java.util.*;
|
|||||||
public abstract class AgentConfigManager {
|
public abstract class AgentConfigManager {
|
||||||
|
|
||||||
@Setter
|
@Setter
|
||||||
public static AgentConfigManager INSTANCE = new FileAgentConfigManager();
|
public static AgentConfigManager INSTANCE;
|
||||||
private static final String DEFAULT_KEY = "default";
|
private static final String DEFAULT_KEY = "default";
|
||||||
|
|
||||||
protected HashMap<String, ModelConfig> modelConfigMap;
|
protected HashMap<String, ModelConfig> modelConfigMap;
|
||||||
|
|||||||
Reference in New Issue
Block a user