Skip to content

Commit b72d1f6

Browse files
committed
Fix copy-n-paste error in JRE enum Javadoc
1 parent 7914464 commit b72d1f6

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
@@ -139,7 +139,7 @@ public enum JRE {
139139
JAVA_20,
140140

141141
/**
142-
* Java 20.
142+
* Java 21.
143143
*
144144
* @since 5.9.2
145145
*/

0 commit comments

Comments
 (0)