Skip to content

Commit

Permalink
Update "since" for backported JRE constants
Browse files Browse the repository at this point in the history
Issue: #3918
  • Loading branch information
marcphilipp committed Sep 23, 2024
1 parent 668e12f commit 499fb2b
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,17 +167,17 @@ public enum JRE {
/**
* Java 23.
*
* @since 5.11
* @since 5.10.4
*/
@API(status = STABLE, since = "5.11")
@API(status = STABLE, since = "5.10.4")
JAVA_23,

/**
* Java 24.
*
* @since 5.11
* @since 5.10.4
*/
@API(status = STABLE, since = "5.11")
@API(status = STABLE, since = "5.10.4")
JAVA_24,

/**
Expand Down

0 comments on commit 499fb2b

Please sign in to comment.