Skip to content

Commit 0f77ff2

Browse files
authored
Merge pull request #1098 from lordofthejars/patch-1
static keyword is not allowed there.
2 parents 3deb3c5 + 053e2fb commit 0f77ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/websockets.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ import io.quarkus.websockets.next.OnTextMessage;
4242
import io.quarkus.websockets.next.WebSocket;
4343

4444
@WebSocket(path = "/websocket")
45-
public static class WebSocketChatBot {
45+
public class WebSocketChatBot {
4646

4747
private final SessionScopedChatBot bot;
4848

0 commit comments

Comments
 (0)