We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66ecd7e commit 4bf0e2aCopy full SHA for 4bf0e2a
core-api/src/main/java/com/optimizely/ab/notification/DecisionNotification.java
@@ -133,7 +133,7 @@ public ExperimentDecisionNotificationBuilder withVariation(Variation variation)
133
return this;
134
}
135
136
- public ExperimentDecisionNotificationBuilder withExperimentId(Variation experimentId) {
+ public ExperimentDecisionNotificationBuilder withExperimentId(String experimentId) {
137
this.experimentId = experimentId;
138
139
0 commit comments