Merge pull request #2046 from yepapa
* pr/2046: Fix typo in websocket.adoc
This commit is contained in:
commit
528b9c17ec
|
|
@ -1783,7 +1783,7 @@ as the following example shows:
|
|||
[subs="verbatim,quotes"]
|
||||
----
|
||||
@Controller
|
||||
@MessageMapping("erd")
|
||||
@MessageMapping("red")
|
||||
public class RedController {
|
||||
|
||||
@MessageMapping("blue.{green}")
|
||||
|
|
|
|||
Loading…
Reference in New Issue