Skip to content

Commit

Permalink
fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
idelpivnitskiy committed Sep 19, 2023
1 parent 3f2be34 commit aec459c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ default SingleAddressHttpClientBuilder<U, R> proxyAddress(U proxyAddress) { // F
* request. It can be used to add headers, like {@link HttpHeaderNames#PROXY_AUTHORIZATION}, debugging info, etc.
* @return {@code this}.
*/
default SingleAddressHttpClientBuilder<U, R> proxyAddress( // FIXME: 0.43 - remove default impl
default SingleAddressHttpClientBuilder<U, R> proxyAddress(// FIXME: 0.43 - remove default impl
U proxyAddress, Consumer<StreamingHttpRequest> connectRequestInitializer) {
throw new UnsupportedOperationException(
"Setting proxy address with request initializer is not yet supported by " + getClass().getName());
Expand Down

0 comments on commit aec459c

Please sign in to comment.