Polish Javadoc

This commit is contained in:
Sam Brannen 2026-01-09 14:55:47 +01:00
parent 00606d2171
commit c53a00a6c4
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ import org.springframework.messaging.support.MessageHeaderAccessor;
import org.springframework.util.Assert;
/**
* A messaging template that resolves destinations names to {@link MessageChannel}'s
* A messaging template that resolves a destination name to a {@link MessageChannel}
* to send and receive messages from.
*
* @author Mark Fisher