Skip to content

Commit e2160e7

Browse files
committed
Fix Javadoc link
1 parent eea15b1 commit e2160e7

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

junit-jupiter-api/src/main/java/org/junit/jupiter/api/Tag.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
* <p>Note: the tag will first be {@linkplain String#trim() trimmed}. If the
5656
* supplied tag is syntactically invalid after trimming, the error will be
5757
* logged as a warning, and the invalid tag will be effectively ignored. See
58-
* {@linkplain #Tag Syntax Rules for Tags}.
58+
* {@linkplain Tag Syntax Rules for Tags}.
5959
*/
6060
String value();
6161

0 commit comments

Comments
 (0)