Skip to content

Commit 690379c

Browse files
Update core-api/src/main/java/com/optimizely/ab/Optimizely.java
Co-authored-by: Jae Kim <45045038+jaeopt@users.noreply.github.com>
1 parent 73d5673 commit 690379c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-api/src/main/java/com/optimizely/ab/Optimizely.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1540,7 +1540,7 @@ OptimizelyDecision decideSync(@Nonnull OptimizelyUserContext user,
15401540

15411541
/**
15421542
* Returns decision results for multiple flag keys, skipping CMAB logic and using only traditional A/B testing.
1543-
* This will be called by mobile apps which will use non-blocking legacy ab-tests only (for backward compatibility with android-sdk)
1543+
* This will be called by mobile apps which will make synchronous decisions only (for backward compatibility with android-sdk)
15441544
*
15451545
* @param user An OptimizelyUserContext associated with this OptimizelyClient.
15461546
* @param keys A list of flag keys for which decisions will be made.

0 commit comments

Comments
 (0)