Merge pull request #2046 from yepapa

* pr/2046:
  Fix typo in websocket.adoc
This commit is contained in:
Stephane Nicoll
2018-12-08 16:00:00 +01:00

View File

@@ -1783,7 +1783,7 @@ as the following example shows:
[subs="verbatim,quotes"]
----
@Controller
@MessageMapping("erd")
@MessageMapping("red")
public class RedController {
@MessageMapping("blue.{green}")