Skip to content

Commit

Permalink
Merge pull request #27598 from deewhyweb/vertx-doc-fix
Browse files Browse the repository at this point in the history
Fix to run first example on vertx page
  • Loading branch information
gsmet committed Aug 30, 2022
2 parents 0c2b560 + d7381c3 commit 25903a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/src/main/asciidoc/vertx.adoc
Expand Up @@ -115,9 +115,13 @@ In this file, copy the following code:
----
package org.acme;
import io.smallrye.mutiny.Uni;
import io.vertx.mutiny.core.Vertx;
import java.nio.charset.StandardCharsets;
import javax.inject.Inject;
import javax.ws.rs.GET;
import javax.ws.rs.Path;
@Path("/vertx") // <1>
Expand Down

0 comments on commit 25903a5

Please sign in to comment.