diff --git a/docs/modules/ROOT/pages/websockets.adoc b/docs/modules/ROOT/pages/websockets.adoc index 2eead912e..385b87fb6 100644 --- a/docs/modules/ROOT/pages/websockets.adoc +++ b/docs/modules/ROOT/pages/websockets.adoc @@ -42,7 +42,7 @@ import io.quarkus.websockets.next.OnTextMessage; import io.quarkus.websockets.next.WebSocket; @WebSocket(path = "/websocket") -public static class WebSocketChatBot { +public class WebSocketChatBot { private final SessionScopedChatBot bot;