Skip to content

Commit 66d42c3

Browse files
authored
docs: changed reference from the wrong classname to the correct one in Javadocs (#388)
1 parent 312a1d5 commit 66d42c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
import 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>

0 commit comments

Comments
 (0)