Skip to content

Commit a614abe

Browse files
committed
Polish Javadoc for MergedAnnotations
1 parent 292f581 commit a614abe

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

spring-core/src/main/java/org/springframework/core/annotation/MergedAnnotations.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -414,10 +414,9 @@ static MergedAnnotations from(Object source, Annotation[] annotations,
414414
* {@link MergedAnnotations} instance to be created from annotations that
415415
* are not necessarily loaded using reflection. The provided annotations
416416
* must all be {@link MergedAnnotation#isDirectlyPresent() directly present}
417-
* and must have a {@link MergedAnnotation#getAggregateIndex() aggregate
417+
* and must have an {@link MergedAnnotation#getAggregateIndex() aggregate
418418
* index} of {@code 0}.
419-
* <p>
420-
* The resulting {@link MergedAnnotations} instance will contain both the
419+
* <p>The resulting {@link MergedAnnotations} instance will contain both the
421420
* specified annotations, and any meta-annotations that can be read using
422421
* reflection.
423422
* @param annotations the annotations to include

0 commit comments

Comments
 (0)