Skip to content

Commit c1907e8

Browse files
sbrannenmarcphilipp
andcommitted
Polish Javadoc for JRE enum
See: #3931 Co-authored-by: Marc Philipp <[email protected]>
1 parent 2d9a10e commit c1907e8

File tree

1 file changed

+2
-2
lines changed
  • junit-jupiter-api/src/templates/resources/main/org/junit/jupiter/api/condition

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public enum JRE {
4646
* <p>This constant is used by JUnit as a default configuration value but is
4747
* not intended to be used by users.
4848
*
49-
* <p>This constant returns {@code -1} for its {@link #version() version}.
49+
* <p>This constant returns {@code -1} for its {@linkplain #version() version}.
5050
*
5151
* @since 5.12
5252
*/
@@ -76,7 +76,7 @@ public enum JRE {
7676
--%>@endfor
7777
*
7878
* <p>This constant returns {@link Integer#MAX_VALUE} for its
79-
* {@link #version() version}.
79+
* {@linkplain #version() version}.
8080
*/
8181
OTHER(Integer.MAX_VALUE);
8282

0 commit comments

Comments
 (0)