Add missing [ in toString of WebSocketMessageBrokerStats

See gh-2068
This commit is contained in:
Niconal
2019-01-03 05:52:45 -06:00
committed by Stephane Nicoll
parent 63984800e4
commit 74630a1b0c

View File

@@ -199,7 +199,7 @@ public class WebSocketMessageBrokerStats {
", stompSubProtocol[" + getStompSubProtocolStatsInfo() + "]" +
", stompBrokerRelay[" + getStompBrokerRelayStatsInfo() + "]" +
", inboundChannel[" + getClientInboundExecutorStatsInfo() + "]" +
", outboundChannel" + getClientOutboundExecutorStatsInfo() + "]" +
", outboundChannel[" + getClientOutboundExecutorStatsInfo() + "]" +
", sockJsScheduler[" + getSockJsTaskSchedulerStatsInfo() + "]";
}