We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e19d47 commit 91bb566Copy full SHA for 91bb566
extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/HttpCompression.java
@@ -18,7 +18,7 @@ public enum HttpCompression {
18
OFF,
19
/**
20
* Compression will be enabled if the response has the {@code Content-Type} header set and the value is listed in
21
- * {@link VertxHttpConfig#compressMediaTypes}.
+ * {@link VertxHttpBuildTimeConfig#compressMediaTypes}.
22
*/
23
UNDEFINED
24
}
0 commit comments