Skip to content

Commit 04649e1

Browse files
committed
Fix param name in Javadoc
1 parent cc09269 commit 04649e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/net/greghaines/jesque/Config.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ public Builder withTimeout(final int timeout) {
242242
/**
243243
* Configs created by this Builder will authenticate with the given Redis user.
244244
*
245-
* @param password the Redis user
245+
* @param user the Redis user
246246
* @return this Builder
247247
*/
248248
public Builder withUser(final String user) {

0 commit comments

Comments
 (0)