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 b8b815d commit 88f73d6Copy full SHA for 88f73d6
platform-tests/src/test/java/org/junit/platform/commons/util/AnnotationUtilsTests.java
@@ -552,7 +552,7 @@ private List<String> asNames(List<Field> fields) {
552
@Target({ ElementType.TYPE, ElementType.METHOD })
553
@Retention(RetentionPolicy.RUNTIME)
554
// Intentionally NOT @Inherited in order to ensure that the algorithm for
555
- // findRepeatableAnnotations() in fact lives up to the claims in the
+ // findRepeatableAnnotations() in fact lives up to the claims in the
556
// JavaDoc regarding searching for repeatable annotations with implicit
557
// "inheritance" if the repeatable annotation is @Inherited but the
558
// custom composed annotation is not @Inherited.
0 commit comments