Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
sazzad16 committed Aug 8, 2023
1 parent 69dd3dc commit cde51e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/redis/clients/jedis/BuilderFactory.java
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ public Map<String, Long> build(Object data) {

@Override
public String toString() {
return "Map<String, String>";
return "Map<String, Long>";
}
};

Expand Down

0 comments on commit cde51e9

Please sign in to comment.