Skip to content

Commit ed86b23

Browse files
committed
Parser utils change'
AI-Session-Id: 490d81f4-6832-4178-9c38-e45460ab97de AI-Tool: claude-code AI-Model: unknown
1 parent fb7b1ae commit ed86b23

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

client/src/main/java/io/split/engine/experiments/ParserUtils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ public static CombiningMatcher toMatcher(MatcherGroup matcherGroup) {
8383
}
8484

8585

86-
private static DataType toRulesDataType(io.split.client.dtos.DataType dt) {
87-
return DataType.valueOf(dt.name());
86+
private static io.split.rules.model.DataType toRulesDataType(io.split.client.dtos.DataType dt) {
87+
return io.split.rules.model.DataType.valueOf(dt.name());
8888
}
8989

9090
public static AttributeMatcher toMatcher(Matcher matcher) {

0 commit comments

Comments
 (0)