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

Removed deprecated forEachNode method #1945

Closed

Conversation

seujorgenochurras
Copy link

The forEachNode method uses a Consumer FunctionalInterface which is literally the same as the one in JDK 8

This deprecated forEach method is literally the same as the other not deprecated one
@jhy
Copy link
Owner

jhy commented Apr 24, 2023

These can't be removed until a later release, so that there's a released version with the @Deprecated annotation published.

@jhy jhy closed this Apr 24, 2023
@seujorgenochurras seujorgenochurras deleted the node-refactor branch April 26, 2023 20:28
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.

None yet

2 participants