Skip to content

Commit

Permalink
Merge pull request #40519 from alesj/docs1
Browse files Browse the repository at this point in the history
Remove static
  • Loading branch information
sberyozkin authored May 8, 2024
2 parents 4331897 + f028eb8 commit 94baacb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/http-reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ import jakarta.inject.Singleton;
import io.quarkus.vertx.http.HttpServerOptionsCustomizer;
@Singleton <1>
public static class MyCustomizer implements HttpServerOptionsCustomizer {
public class MyCustomizer implements HttpServerOptionsCustomizer {
@Override
public void customizeHttpServer(HttpServerOptions options) { <2>
Expand Down

0 comments on commit 94baacb

Please sign in to comment.