Skip to content

Commit 34248ab

Browse files
authored
Use explicit link label in AnnotationConsumer Javadoc (#3389)
1 parent 81c5253 commit 34248ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

junit-jupiter-params/src/main/java/org/junit/jupiter/params/support/AnnotationConsumer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* <p>It is typically implemented by implementations of
2525
* {@link org.junit.jupiter.params.provider.ArgumentsProvider ArgumentsProvider}
2626
* and {@link org.junit.jupiter.params.converter.ArgumentConverter ArgumentConverter}
27-
* in order to signal that they can {@link #accept} a certain annotation.
27+
* in order to signal that they can {@link #accept accept} a certain annotation.
2828
*
2929
* @since 5.0
3030
*/

0 commit comments

Comments
 (0)