We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NamedExecutable
1 parent cd96f1c commit e4c617bCopy full SHA for e4c617b
junit-jupiter-api/src/main/java/org/junit/jupiter/api/NamedExecutable.java
@@ -26,8 +26,7 @@
26
* calling {@link Object#toString()} on the implementing instance but may be
27
* overridden by concrete implementations to provide a more meaningful name.
28
*
29
- * <p>On Java 16 or later, it is recommended to implement this interface using
30
- * a record type.
+ * <p>It is recommended to implement this interface using a record type.
31
32
* @since 5.11
33
* @see DynamicTest#stream(Stream)
0 commit comments