Fix Javadoc typo

This commit is contained in:
Rossen Stoyanchev
2014-06-30 13:27:19 -04:00
parent db616dc438
commit 06d3e1b94e

View File

@@ -56,7 +56,7 @@ public interface WebSocketMessageBrokerConfigurer {
/**
* Configure the {@link org.springframework.messaging.MessageChannel} used for
* incoming messages from WebSocket clients. By default the channel is backed
* outbound messages to WebSocket clients. By default the channel is backed
* by a thread pool of size 1. It is recommended to customize thread pool
* settings for production use.
*/