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

Commit c9a1bbd

Browse files
author
Dan Richelson
committed
Update JavaDoc
1 parent 3c14c39 commit c9a1bbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ public Builder proxyPort(int port) {
315315
* is also called.
316316
*
317317
* @param username
318-
* @return
318+
* @return the builder
319319
*/
320320
public Builder proxyUsername(String username) {
321321
this.proxyUsername = username;
@@ -327,7 +327,7 @@ public Builder proxyUsername(String username) {
327327
* is also called.
328328
*
329329
* @param password
330-
* @return
330+
* @return the builder
331331
*/
332332
public Builder proxyPassword(String password) {
333333
this.proxyPassword = password;

0 commit comments

Comments
 (0)