Skip to content

Commit

Permalink
Use final
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Mar 5, 2024
1 parent 01b84bc commit 8214ac8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public EventListener<? super T> getListener() {

@Override
public int hashCode() {
int result = eventType.hashCode();
final int result = eventType.hashCode();
return HASH_FACTOR * result + listener.hashCode();
}

Expand Down

0 comments on commit 8214ac8

Please sign in to comment.