Skip to content

Commit ebe27be

Browse files
update: change parameter type from DefaultCmabService to CmabService in OptimizelyFactory
1 parent effbd74 commit ebe27be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-httpclient-impl/src/main/java/com/optimizely/ab/OptimizelyFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ public static Optimizely newDefaultInstance(ProjectConfigManager configManager,
370370
* @param notificationCenter The {@link NotificationCenter} supplied to Optimizely instance.
371371
* @param eventHandler The {@link EventHandler} supplied to Optimizely instance.
372372
* @param odpApiManager The {@link ODPApiManager} supplied to Optimizely instance.
373-
* @param cmabService The {@link DefaultCmabService} supplied to Optimizely instance.
373+
* @param cmabService The {@link CmabService} supplied to Optimizely instance.
374374
* @return A new Optimizely instance
375375
* */
376376
public static Optimizely newDefaultInstance(ProjectConfigManager configManager, NotificationCenter notificationCenter, EventHandler eventHandler, ODPApiManager odpApiManager, DefaultCmabService cmabService) {

0 commit comments

Comments
 (0)