Skip to content

Iterate over Map.entrySet() instead of Map.keySet() in PropertyEditorRegistrySupport #27591

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

Closed
wants to merge 1 commit into from

Conversation

stsypanov
Copy link
Contributor

Tiny optimization is possible using Map.entrySet() instead of Map.keySet()

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Oct 22, 2021
@sbrannen sbrannen self-assigned this Oct 22, 2021
@sbrannen sbrannen added in: core Issues in core modules (aop, beans, core, context, expression) type: task A general task and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Oct 22, 2021
@sbrannen sbrannen added this to the 5.3.13 milestone Oct 22, 2021
@sbrannen sbrannen closed this in e5475d6 Oct 22, 2021
@sbrannen
Copy link
Member

This has been merged into 5.3.x and main.

Thanks

@stsypanov stsypanov deleted the key-value branch October 22, 2021 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core Issues in core modules (aop, beans, core, context, expression) type: task A general task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants