Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Mar 29, 2023
1 parent 51c4c81 commit 7a96207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/examples/StompServerExamples.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public void example2(Vertx vertx) {

public void example3(Vertx vertx) {
StompServer server = StompServer.create(vertx)
.handler(StompServerHandler.create(vertx))
.handler(StompServerHandler.create(vertx));
server
.listen()
.onComplete(ar -> {
Expand Down

0 comments on commit 7a96207

Please sign in to comment.