Browse Source

Merge pull request #2046 from yepapa

* pr/2046:
  Fix typo in websocket.adoc
pull/2047/head
Stephane Nicoll 7 years ago
parent
commit
528b9c17ec
  1. 2
      src/docs/asciidoc/web/websocket.adoc

2
src/docs/asciidoc/web/websocket.adoc

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

Loading…
Cancel
Save