Fix CollectionArgumentResolver JavaDoc typo

This commit is contained in:
Artem Bilan
2017-01-24 12:22:41 -05:00
parent b3db6a97a2
commit 3b82c698f3

View File

@@ -33,7 +33,7 @@ import org.springframework.util.Assert;
* {@link Iterator} or {@code array} {@link MethodParameter}.
* <p>
* If {@link #canProcessMessageList} is set to {@code true}, only messages
* with a payload of {@code Collection<Message<?>>) are supported.
* with a payload of {@code Collection<Message<?>>} are supported.
* Depending on the {@link MethodParameter#getNestedParameterType()} the whole
* {@code Collection<Message<?>>} or just payloads of those messages can be use as an actual argument.
* <p>