Fix typo in reference

Issue: SPR-11311
This commit is contained in:
Rossen Stoyanchev
2014-01-20 15:03:09 -05:00
parent 19859fdb35
commit 809a5f59b3

View File

@@ -37220,7 +37220,7 @@ XML configuration equivalent:
http://www.springframework.org/schema/websocket/spring-websocket-4.0.xsd">
<websocket:message-broker>
<websocket:stomp-endpoint path="/portfolio" />
<websocket:stomp-endpoint path="/portfolio">
<websocket:sockjs/>
</websocket:stomp-endpoint>
...