Skip to content

Commit 72bf308

Browse files
committed
Expose Http2ClientBuilder#withAddressResolver method
1 parent 1170f63 commit 72bf308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vertx-core/src/main/java/io/vertx/core/http/HttpClientBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public interface HttpClientBuilder {
8787
*
8888
* @param resolver the address resolver
8989
*/
90-
@GenIgnore
90+
@GenIgnore(GenIgnore.PERMITTED_TYPE)
9191
HttpClientBuilder withAddressResolver(AddressResolver<?> resolver);
9292

9393
/**

0 commit comments

Comments
 (0)