Skip to content

Commit 91bb566

Browse files
committed
Fix JavaDoc pointer to compressMediaTypes
1 parent 3e19d47 commit 91bb566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/HttpCompression.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public enum HttpCompression {
1818
OFF,
1919
/**
2020
* Compression will be enabled if the response has the {@code Content-Type} header set and the value is listed in
21-
* {@link VertxHttpConfig#compressMediaTypes}.
21+
* {@link VertxHttpBuildTimeConfig#compressMediaTypes}.
2222
*/
2323
UNDEFINED
2424
}

0 commit comments

Comments
 (0)