We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3181043 commit abb10cdCopy full SHA for abb10cd
core-api/src/main/java/com/optimizely/ab/bucketing/DecisionService.java
@@ -419,6 +419,9 @@ DecisionResponse<Variation> getWhitelistedVariation(@Nonnull Experiment experime
419
return new DecisionResponse(null, reasons);
420
}
421
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.
425
/**
426
* Get the {@link Variation} that has been stored for the user in the {@link UserProfileService} implementation.
427
*
0 commit comments