diff options
| author | wangkuan <[email protected]> | 2024-08-26 10:48:59 +0800 |
|---|---|---|
| committer | wangkuan <[email protected]> | 2024-08-26 10:48:59 +0800 |
| commit | 9b0297020611fcf70445284637f370b5f8c4fddd (patch) | |
| tree | 9e1c7ded8f047c7779c3338fa9d82e2bc44e935d /groot-common/src/main | |
| parent | 215dd9aa1e4ec6a509d64c78ec414a8196dace3c (diff) | |
[feature][core][common]单元测试优化,命名优化feature/split
Diffstat (limited to 'groot-common/src/main')
| -rw-r--r-- | groot-common/src/main/java/com/geedgenetworks/common/config/SplitConfigOptions.java (renamed from groot-common/src/main/java/com/geedgenetworks/common/config/RouteConfigOptions.java) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/groot-common/src/main/java/com/geedgenetworks/common/config/RouteConfigOptions.java b/groot-common/src/main/java/com/geedgenetworks/common/config/SplitConfigOptions.java index 4d4ef12..a2acb71 100644 --- a/groot-common/src/main/java/com/geedgenetworks/common/config/RouteConfigOptions.java +++ b/groot-common/src/main/java/com/geedgenetworks/common/config/SplitConfigOptions.java @@ -4,7 +4,7 @@ import com.alibaba.fastjson2.TypeReference; import com.geedgenetworks.common.udf.RuleContext; import java.util.List; -public interface RouteConfigOptions { +public interface SplitConfigOptions { Option<String> TYPE = Options.key("type") .stringType() .noDefaultValue() |
