From 860ec44c5096d16bedeef45a4e29b1156f44b4b9 Mon Sep 17 00:00:00 2001 From: Tadaya Tsuyukubo Date: Sun, 24 Mar 2019 07:53:29 -0700 Subject: [PATCH] Fix typo on MergedAnnotations Closes gh-22649 --- .../springframework/core/annotation/MergedAnnotations.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-core/src/main/java/org/springframework/core/annotation/MergedAnnotations.java b/spring-core/src/main/java/org/springframework/core/annotation/MergedAnnotations.java index 6e521857685..efbf75f95ac 100644 --- a/spring-core/src/main/java/org/springframework/core/annotation/MergedAnnotations.java +++ b/spring-core/src/main/java/org/springframework/core/annotation/MergedAnnotations.java @@ -26,8 +26,8 @@ import java.util.stream.Stream; import org.springframework.lang.Nullable; /** - * Provides access to a collection of merged annotations, usually obtained from - * a from a source such as a {@link Class} or {@link Method}. Each merged + * Provides access to a collection of merged annotations, usually obtained + * from a source such as a {@link Class} or {@link Method}. Each merged * annotation represent a view where the attribute values may be "merged" from * different source values, typically: *