summaryrefslogtreecommitdiff
path: root/groot-connectors
diff options
context:
space:
mode:
authordoufenghu <[email protected]>2023-11-28 19:52:12 +0800
committerdoufenghu <[email protected]>2023-11-28 19:52:12 +0800
commit1f773803901fceea09488bdf1cedd06a1bde5b6b (patch)
treecc5ea1a70c5e99a856495634f5b22b18bafc5971 /groot-connectors
parent633f54e47b3360f2cb16def78263790b61eafaed (diff)
[feature][bootstrap] 动态读取配置文件,以JSON方式存储到GlobalJobParameters
Diffstat (limited to 'groot-connectors')
-rw-r--r--groot-connectors/connector-ipfix-collector/src/main/java/com/geedgenetworks/connectors/ipfix/collector/source/IPFixSource.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/groot-connectors/connector-ipfix-collector/src/main/java/com/geedgenetworks/connectors/ipfix/collector/source/IPFixSource.java b/groot-connectors/connector-ipfix-collector/src/main/java/com/geedgenetworks/connectors/ipfix/collector/source/IPFixSource.java
index 4eab18f..e459d70 100644
--- a/groot-connectors/connector-ipfix-collector/src/main/java/com/geedgenetworks/connectors/ipfix/collector/source/IPFixSource.java
+++ b/groot-connectors/connector-ipfix-collector/src/main/java/com/geedgenetworks/connectors/ipfix/collector/source/IPFixSource.java
@@ -40,7 +40,7 @@ import java.util.concurrent.Executors;
import java.util.concurrent.ScheduledExecutorService;
import java.util.concurrent.TimeUnit;
-import static com.geedgenetworks.common.config.commonConfig.*;
+import static com.geedgenetworks.common.config.CommonConfig.*;
import static com.geedgenetworks.common.utils.ColumnUtil.columnSelector;
public class IPFixSource implements Source {