Skip to content

Commit 73d5673

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 89771bc commit 73d5673

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
@@ -1517,7 +1517,7 @@ Map<String, OptimizelyDecision> decideAll(@Nonnull OptimizelyUserContext user,
15171517
/**
15181518
* Returns a decision result ({@link OptimizelyDecision}) for a given flag key and a user context,
15191519
* skipping CMAB logic and using only traditional A/B testing.
1520-
* This will be called by mobile apps which will use non-blocking legacy ab-tests only (for backward compatibility with android-sdk)
1520+
* This will be called by mobile apps which will make synchronous decisions only (for backward compatibility with android-sdk)
15211521
*
15221522
* @param user An OptimizelyUserContext associated with this OptimizelyClient.
15231523
* @param key A flag key for which a decision will be made.

0 commit comments

Comments
 (0)