Skip to content

Commit ff8ad47

Browse files
committed
Fix since version in API annotation
1 parent b059319 commit ff8ad47

File tree

1 file changed

+1
-1
lines changed
  • junit-jupiter-api/src/main/java/org/junit/jupiter/api/condition

1 file changed

+1
-1
lines changed

junit-jupiter-api/src/main/java/org/junit/jupiter/api/condition/JRE.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ public enum JRE {
159159
*
160160
* @since 5.10
161161
*/
162-
@API(status = STABLE, since = "5.9.2")
162+
@API(status = STABLE, since = "5.10")
163163
JAVA_22,
164164

165165
/**

0 commit comments

Comments
 (0)