Skip to content

Commit

Permalink
Merge pull request #1098 from lordofthejars/patch-1
Browse files Browse the repository at this point in the history
static keyword is not allowed there.
  • Loading branch information
geoand authored Nov 22, 2024
2 parents 3deb3c5 + 053e2fb commit 0f77ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/websockets.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 0f77ff2

Please sign in to comment.