Skip to content

Commit 88f73d6

Browse files
committed
Apply Spotless
1 parent b8b815d commit 88f73d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform-tests/src/test/java/org/junit/platform/commons/util/AnnotationUtilsTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ private List<String> asNames(List<Field> fields) {
552552
@Target({ ElementType.TYPE, ElementType.METHOD })
553553
@Retention(RetentionPolicy.RUNTIME)
554554
// Intentionally NOT @Inherited in order to ensure that the algorithm for
555-
// findRepeatableAnnotations() in fact lives up to the claims in the
555+
// findRepeatableAnnotations() in fact lives up to the claims in the
556556
// JavaDoc regarding searching for repeatable annotations with implicit
557557
// "inheritance" if the repeatable annotation is @Inherited but the
558558
// custom composed annotation is not @Inherited.

0 commit comments

Comments
 (0)