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 29
29
import java .util .concurrent .TimeUnit ;
30
30
31
31
/**
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
33
33
* number of configuration options. Basic default parameters can be configured via system properties
34
34
* or through the use of an optimizely.properties file. System properties takes precedence over
35
35
* the properties file and are managed via the {@link PropertyUtils} class.
36
36
*
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.
38
38
* <ul>
39
39
* <li>{@link OptimizelyFactory#setMaxEventBatchSize}</li>
40
40
* <li>{@link OptimizelyFactory#setMaxEventBatchInterval}</li>
You can’t perform that action at this time.
0 commit comments