Skip to content

Commit d540e4f

Browse files
committed
Link to correct method
1 parent 31d60b7 commit d540e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

junit-platform-commons/src/main/java/org/junit/platform/commons/support/AnnotationSupport.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ public static <A extends Annotation> Optional<A> findAnnotation(AnnotatedElement
165165
* @since 1.8
166166
* @see SearchOption
167167
* @see #findAnnotation(AnnotatedElement, Class)
168-
* @deprecated Use {@link #findAnnotation(Class, Class, List)}
168+
* @deprecated Use {@link #findAnnotation(AnnotatedElement, Class)}
169169
* (for {@code SearchOption.DEFAULT}) or
170170
* {@link #findAnnotation(Class, Class, List)} (for
171171
* {@code SearchOption.INCLUDE_ENCLOSING_CLASSES}) instead

0 commit comments

Comments
 (0)