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

fix wrong JDK version for record introduction of enums article #138

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

danthe1st
Copy link
Contributor

@danthe1st danthe1st commented Jan 18, 2025

As reported in #137, the article about enums (#45) states the wrong JDK version for the introduction of records.

This PR changes it to JDK 16 which is when Records have been introduced:
image

I haven't included the version when records have been introduced as a Preview feature since I think most people reading the article about enums are probably not interested in the exact history of records, they probably only want to know when they can use it.

fixes #137

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jan 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Typo in the Conclusion Section of Enums Tutorial
1 participant