Skip to content

Commit

Permalink
Small javadoc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jqno committed Jan 8, 2025
1 parent f7d86a2 commit 99247ee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ public boolean declaresEquals() {
}

/**
* Determines whether T has an {@code hashCode} method.
* Determines whether T has a {@code hashCode} method.
*
* @return True if T has an {@code hashCode} method.
* @return True if T has a {@code hashCode} method.
*/
public boolean declaresHashCode() {
return declaresMethod(type, "hashCode");
Expand Down

0 comments on commit 99247ee

Please sign in to comment.