Skip to content

Commit 6bc5897

Browse files
committed
Revert "doc"
This reverts commit 02b8db4.
1 parent 007dea6 commit 6bc5897

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

http-client/src/main/java/io/avaje/http/client/HttpClientRequest.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,9 @@ public interface HttpClientRequest {
109109
HttpClientRequest header(String name, String value);
110110

111111
/**
112-
* Add the header to the request implicitly converting the value to a String. If the value is a
113-
* collection then it's values are appended with the same key
112+
* Add the header to the request implicitly converting the value to a String.
114113
*
115-
* @param name The header name
114+
* @param name The header name
116115
* @param value The header value
117116
* @return The request being built
118117
*/
@@ -219,7 +218,7 @@ public interface HttpClientRequest {
219218
HttpClientRequest queryParam(String name, String value);
220219

221220
/**
222-
* Add a query parameter, if value is a collection then it's values are appended with the same key
221+
* Add a query parameter
223222
*
224223
* @param name The name of the query parameter
225224
* @param value The value of the query parameter which can be null

0 commit comments

Comments
 (0)