Skip to content

Commit 6aaa3f2

Browse files
committed
Polishing
1 parent c2f49f6 commit 6aaa3f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,8 +496,8 @@ public static <T> List<T> findAnnotatedFieldValues(Class<?> clazz, Class<? exten
496496
}
497497

498498
/**
499-
* Find all {@linkplain Method methods} of the supplied class or interface
500-
* that are annotated or <em>meta-annotated</em> with the specified
499+
* Find all distinct {@linkplain Method methods} of the supplied class or
500+
* interface that are annotated or <em>meta-annotated</em> with the specified
501501
* {@code annotationType}.
502502
*
503503
* @param clazz the class or interface in which to find the methods; never {@code null}

0 commit comments

Comments
 (0)