We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4468b2a commit 8e7d57eCopy full SHA for 8e7d57e
client/src/main/java/io/split/engine/experiments/SplitParser.java
@@ -1,7 +1,12 @@
1
package io.split.engine.experiments;
2
3
import com.google.common.collect.Lists;
4
-import io.split.client.dtos.*;
+import io.split.client.dtos.Condition;
5
+import io.split.client.dtos.Matcher;
6
+import io.split.client.dtos.MatcherGroup;
7
+import io.split.client.dtos.Partition;
8
+import io.split.client.dtos.Split;
9
+import io.split.client.dtos.ConditionType;
10
import io.split.engine.matchers.AllKeysMatcher;
11
import io.split.engine.matchers.AttributeMatcher;
12
import io.split.engine.matchers.BetweenMatcher;
0 commit comments