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 eea15b1 commit e2160e7Copy full SHA for e2160e7
junit-jupiter-api/src/main/java/org/junit/jupiter/api/Tag.java
@@ -55,7 +55,7 @@
55
* <p>Note: the tag will first be {@linkplain String#trim() trimmed}. If the
56
* supplied tag is syntactically invalid after trimming, the error will be
57
* logged as a warning, and the invalid tag will be effectively ignored. See
58
- * {@linkplain #Tag Syntax Rules for Tags}.
+ * {@linkplain Tag Syntax Rules for Tags}.
59
*/
60
String value();
61
0 commit comments