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 aa0a193 commit fb862fbCopy full SHA for fb862fb
http-client/src/main/java/io/avaje/http/client/HttpClientRequest.java
@@ -253,7 +253,7 @@ public interface HttpClientRequest {
253
* @return The request being built
254
*/
255
default HttpClientRequest queryParam(String name, Collection<String> values) {
256
- return queryParam(name, values);
+ return queryParam(name, (Object) values);
257
}
258
259
/**
0 commit comments