Skip to content

Commit

Permalink
Sync documentation of main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 9, 2024
1 parent 5969830 commit 54ab28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _versions/main/guides/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 54ab28f

Please sign in to comment.