Skip to content

Commit

Permalink
Update src/main/java/redis/clients/jedis/params/ZAddParams.java
Browse files Browse the repository at this point in the history
Co-authored-by: M Sazzadul Hoque <[email protected]>
  • Loading branch information
sdotsenko and sazzad16 authored Jul 26, 2023
1 parent c9e9fa4 commit c81b100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/redis/clients/jedis/params/ZAddParams.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public ZAddParams nx() {
}

/**
* Only set the key if it's already exists.
* Only set the key if it already exists.
* @return ZAddParams
*/
public ZAddParams xx() {
Expand Down

0 comments on commit c81b100

Please sign in to comment.