Skip to content

Commit abb10cd

Browse files
committed
update
1 parent 3181043 commit abb10cd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

core-api/src/main/java/com/optimizely/ab/bucketing/DecisionService.java

+3
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,9 @@ DecisionResponse<Variation> getWhitelistedVariation(@Nonnull Experiment experime
419419
return new DecisionResponse(null, reasons);
420420
}
421421

422+
423+
// TODO: Logically, it makes sense to move this method to UserProfileTracker. But some tests are also calling this
424+
// method, requiring us to refactor those tests as well. We'll look to refactor this later.
422425
/**
423426
* Get the {@link Variation} that has been stored for the user in the {@link UserProfileService} implementation.
424427
*

0 commit comments

Comments
 (0)