Browse Source

Merge pull request #22649 from ttddyy

* pr/22649:
  Fix typo on MergedAnnotations
pull/22656/head
Stephane Nicoll 7 years ago
parent
commit
80c48648d7
  1. 4
      spring-core/src/main/java/org/springframework/core/annotation/MergedAnnotations.java

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

@ -26,8 +26,8 @@ import java.util.stream.Stream; @@ -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:
*

Loading…
Cancel
Save