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 1717
1818import javax .annotation .Nullable ;
1919
20- import com .optimizely .ab .config .Experiment ;
2120import com .optimizely .ab .config .ExperimentCore ;
2221import com .optimizely .ab .config .Variation ;
2322
2423public class FeatureDecision {
2524 /**
26- * The {@link Experiment } the Feature is associated with.
25+ * The {@link ExperimentCore } the Feature is associated with.
2726 */
2827 @ Nullable
2928 public ExperimentCore experiment ;
@@ -60,7 +59,7 @@ public String toString() {
6059 /**
6160 * Initialize a FeatureDecision object.
6261 *
63- * @param experiment The {@link Experiment } the Feature is associated with.
62+ * @param experiment The {@link ExperimentCore } the Feature is associated with.
6463 * @param variation The {@link Variation} the user was bucketed into.
6564 * @param decisionSource The source of the variation.
6665 */
You can’t perform that action at this time.
0 commit comments