1 parent cc09269 commit 04649e1Copy full SHA for 04649e1
1 file changed
src/main/java/net/greghaines/jesque/Config.java
@@ -242,7 +242,7 @@ public Builder withTimeout(final int timeout) {
242
/**
243
* Configs created by this Builder will authenticate with the given Redis user.
244
*
245
- * @param password the Redis user
+ * @param user the Redis user
246
* @return this Builder
247
*/
248
public Builder withUser(final String user) {
0 commit comments