Skip to content

Commit 36d31f5

Browse files
committed
comment fix
1 parent 93e972f commit 36d31f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,8 @@ String getBucketingId(@Nonnull String userId,
474474
* Find a validated forced decision
475475
*
476476
* @param optimizelyDecisionContext The OptimizelyDecisionContext containing flagKey and ruleKey
477+
* @param projectConfig The Project config
478+
* @param user The OptimizelyUserContext
477479
* @return Returns a DecisionResponse structure of type Variation, otherwise null result with reasons
478480
*/
479481
public DecisionResponse<Variation> validatedForcedDecision(@Nonnull OptimizelyDecisionContext optimizelyDecisionContext, @Nonnull ProjectConfig projectConfig, @Nonnull OptimizelyUserContext user) {

0 commit comments

Comments
 (0)