Fix duplicate "the" in Javadoc and XSD

See gh-27291
This commit is contained in:
Sanghyuk Jung
2021-08-19 01:17:42 +09:00
committed by Stephane Nicoll
parent 6770e4b3cc
commit ac72277258
13 changed files with 16 additions and 16 deletions

View File

@@ -82,7 +82,7 @@ import org.springframework.validation.Validator;
* <li>{@link #userDestinationMessageHandler}</li>
* </ul>
*
* <p>{@link #brokerChannel} delivers messages from within the application to the
* <p>{@link #brokerChannel} delivers messages from within the application to
* the respective message handlers. {@link #brokerMessagingTemplate} can be injected
* into any application component to send messages.
*