File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
core-httpclient-impl/src/main/java/com/optimizely/ab Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2929import java .util .concurrent .TimeUnit ;
3030
3131/**
32- * OptimizelyClients is a utility class to instantiate an {@link Optimizely} client with a minimal
32+ * OptimizelyFactory is a utility class to instantiate an {@link Optimizely} client with a minimal
3333 * number of configuration options. Basic default parameters can be configured via system properties
3434 * or through the use of an optimizely.properties file. System properties takes precedence over
3535 * the properties file and are managed via the {@link PropertyUtils} class.
3636 *
37- * OptimizelyClients also provides setter methods to override the system properties at runtime.
37+ * OptimizelyFactory also provides setter methods to override the system properties at runtime.
3838 * <ul>
3939 * <li>{@link OptimizelyFactory#setMaxEventBatchSize}</li>
4040 * <li>{@link OptimizelyFactory#setMaxEventBatchInterval}</li>
You can’t perform that action at this time.
0 commit comments