We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb7b1ae commit ed86b23Copy full SHA for ed86b23
1 file changed
client/src/main/java/io/split/engine/experiments/ParserUtils.java
@@ -83,8 +83,8 @@ public static CombiningMatcher toMatcher(MatcherGroup matcherGroup) {
83
}
84
85
86
- private static DataType toRulesDataType(io.split.client.dtos.DataType dt) {
87
- return DataType.valueOf(dt.name());
+ private static io.split.rules.model.DataType toRulesDataType(io.split.client.dtos.DataType dt) {
+ return io.split.rules.model.DataType.valueOf(dt.name());
88
89
90
public static AttributeMatcher toMatcher(Matcher matcher) {
0 commit comments