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.
1 parent 2d9a10e commit c1907e8Copy full SHA for c1907e8
junit-jupiter-api/src/templates/resources/main/org/junit/jupiter/api/condition/JRE.java.jte
@@ -46,7 +46,7 @@ public enum JRE {
46
* <p>This constant is used by JUnit as a default configuration value but is
47
* not intended to be used by users.
48
*
49
- * <p>This constant returns {@code -1} for its {@link #version() version}.
+ * <p>This constant returns {@code -1} for its {@linkplain #version() version}.
50
51
* @since 5.12
52
*/
@@ -76,7 +76,7 @@ public enum JRE {
76
--%>@endfor
77
78
* <p>This constant returns {@link Integer#MAX_VALUE} for its
79
- * {@link #version() version}.
+ * {@linkplain #version() version}.
80
81
OTHER(Integer.MAX_VALUE);
82
0 commit comments