Skip to content

Commit

Permalink
Remove static
Browse files Browse the repository at this point in the history
  • Loading branch information
alesj committed May 8, 2024
1 parent 558774b commit f028eb8
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 f028eb8

Please sign in to comment.