Skip to content

Conversation

@gianm
Copy link
Contributor

@gianm gianm commented Dec 6, 2025

Also hashCode and toString. This is required for correct behavior, since the policy will not be saved to the database on edit if it compares equal to the existing, and the base class BaseCandidateSearchPolicy does have an equals method. So, subclasses such as this one must override equals and hashCode.

gianm added 2 commits December 5, 2025 21:33
Also hashCode and toString. This is required for correct behavior,
since the policy will not be saved to the database on edit if it
compares equal to the existing, and the base class BaseCandidateSearchPolicy
does have an equals method. So, subclasses such as this one must
override equals and hashCode.
Copy link
Contributor

@kfaraz kfaraz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing this, @gianm !

@cryptoe cryptoe merged commit de66d6b into apache:master Dec 6, 2025
108 of 110 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants