We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad63201 commit fbed362Copy full SHA for fbed362
core-api/src/main/java/com/optimizely/ab/Optimizely.java
@@ -142,7 +142,6 @@ public class Optimizely implements AutoCloseable {
142
@Nullable
143
private final ODPManager odpManager;
144
145
- @Nullable
146
private final CmabService cmabService;
147
148
private final ReentrantLock lock = new ReentrantLock();
@@ -158,7 +157,7 @@ private Optimizely(@Nonnull EventHandler eventHandler,
158
157
@Nonnull NotificationCenter notificationCenter,
159
@Nonnull List<OptimizelyDecideOption> defaultDecideOptions,
160
@Nullable ODPManager odpManager,
161
- @Nullable CmabService cmabService
+ @Nonnull CmabService cmabService
162
) {
163
this.eventHandler = eventHandler;
164
this.eventProcessor = eventProcessor;
0 commit comments