We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the Conclusion section of the Enums tutorial, the following sentence is incorrect:
Another special class is the Record class introduced in Java 19.
It should be corrected to:
Another special class is the Record class, introduced as a preview feature in Java 14 and made a standard feature in Java 16.
The text was updated successfully, but these errors were encountered:
I guess I confused it with record patterns when searching through the JEP list. I'll write a PR fixing this.
Sorry, something went wrong.
fix wrong JDK version for record introduction
aff08ab
fixes java#137
Thank you both for the report! I just published the fix.
Successfully merging a pull request may close this issue.
In the Conclusion section of the Enums tutorial, the following sentence is incorrect:
Another special class is the Record class introduced in Java 19.
It should be corrected to:
Another special class is the Record class, introduced as a preview feature in Java 14 and made a standard feature in Java 16.
The text was updated successfully, but these errors were encountered: