Skip to content

Commit

Permalink
Sentence starts with a capital
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Sep 4, 2024
1 parent a9bb7e9 commit 6d29fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/apache/commons/lang3/tuple/Pair.java
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ public R getValue() {
*/
@Override
public int hashCode() {
// see Map.Entry API specification
// See Map.Entry API specification
return Objects.hashCode(getKey()) ^ Objects.hashCode(getValue());
}

Expand Down

0 comments on commit 6d29fd4

Please sign in to comment.