File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
core-api/src/main/java/com/optimizely/ab/bucketing Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 17
17
18
18
import javax .annotation .Nullable ;
19
19
20
- import com .optimizely .ab .config .Experiment ;
21
20
import com .optimizely .ab .config .ExperimentCore ;
22
21
import com .optimizely .ab .config .Variation ;
23
22
24
23
public class FeatureDecision {
25
24
/**
26
- * The {@link Experiment } the Feature is associated with.
25
+ * The {@link ExperimentCore } the Feature is associated with.
27
26
*/
28
27
@ Nullable
29
28
public ExperimentCore experiment ;
@@ -60,7 +59,7 @@ public String toString() {
60
59
/**
61
60
* Initialize a FeatureDecision object.
62
61
*
63
- * @param experiment The {@link Experiment } the Feature is associated with.
62
+ * @param experiment The {@link ExperimentCore } the Feature is associated with.
64
63
* @param variation The {@link Variation} the user was bucketed into.
65
64
* @param decisionSource The source of the variation.
66
65
*/
You can’t perform that action at this time.
0 commit comments