Skip to content

Commit

Permalink
Update Field.java
Browse files Browse the repository at this point in the history
  • Loading branch information
miraleung authored Jun 29, 2021
1 parent f417a1d commit c44bb17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ && isProto3Optional() == other.isProto3Optional()
@Override
public int hashCode() {
return 17 * name().hashCode()
+ 57 * originalName().hashCode()
+ 31 * originalName().hashCode()
+ 19 * type().hashCode()
+ (isMessage() ? 1 : 0) * 23
+ (isEnum() ? 1 : 0) * 29
Expand Down

0 comments on commit c44bb17

Please sign in to comment.