Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit 457d9f6

Browse files
committed
fixed javadoc param name
1 parent 14ad7d0 commit 457d9f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/launchdarkly/client/LDConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public Builder baseURI(URI baseURI) {
9999

100100
/**
101101
* Set the events URL of the LaunchDarkly server for this configuration
102-
* @param baseURI the events URL of the LaunchDarkly server for this configuration
102+
* @param eventsURI the events URL of the LaunchDarkly server for this configuration
103103
* @return the builder
104104
*/
105105
public Builder eventsURI(URI eventsURI) {

0 commit comments

Comments
 (0)