Skip to content

Commit

Permalink
Fix Hashers.Identity::toString()
Browse files Browse the repository at this point in the history
  • Loading branch information
Glavo committed Jan 27, 2025
1 parent 3d2bb1b commit 3367b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kala-base/src/main/java/kala/function/Hashers.java
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public boolean equals(T t1, T t2) {

@Override
public String toString() {
return "Hashers.Optimized";
return "Hashers.Identity";
}

@Serial
Expand Down

0 comments on commit 3367b66

Please sign in to comment.