Fix typo on MergedAnnotations

Closes gh-22649
This commit is contained in:
Tadaya Tsuyukubo 2019-03-24 07:53:29 -07:00 committed by Stephane Nicoll
parent 3a0f309e2c
commit 860ec44c50
1 changed files with 2 additions and 2 deletions

View File

@ -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:
*