Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unnecessary uses of ObjectHashSet #85911

Merged
merged 1 commit into from
Apr 14, 2022
Merged

Conversation

rjernst
Copy link
Member

@rjernst rjernst commented Apr 14, 2022

A couple places in ES code use ObjectHashSet when a Java HashSet is
essentially equivalent. This commit converts these trivial uses to use
HashSet.

relates #84735

A couple places in ES code use ObjectHashSet when a Java HashSet is
essentially equivalent. This commit converts these trivial uses to use
HashSet.

relates elastic#84735
@rjernst rjernst added :Core/Infra/Core Core issues without another label >refactoring v8.3.0 labels Apr 14, 2022
@elasticmachine elasticmachine added the Team:Core/Infra Meta label for core/infra team label Apr 14, 2022
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra (Team:Core/Infra)

@rjernst rjernst mentioned this pull request Apr 14, 2022
43 tasks
Copy link
Contributor

@grcevski grcevski left a comment

Choose a reason for hiding this comment

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

LGTM!

@rjernst rjernst merged commit 765dafd into elastic:master Apr 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Core/Infra/Core Core issues without another label >refactoring Team:Core/Infra Meta label for core/infra team v8.3.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants