Skip to content

Commit

Permalink
Add Javadoc since to AbstractClientHttpRequestFactoryWrapper.getDeleg…
Browse files Browse the repository at this point in the history
…ate()

See gh-32474
  • Loading branch information
izeye authored and snicoll committed Mar 18, 2024
1 parent c1424ac commit d50c94f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public final ClientHttpRequest createRequest(URI uri, HttpMethod httpMethod) thr

/**
* Return the delegate request factory.
* @since 6.1.4
*/
public ClientHttpRequestFactory getDelegate() {
return this.requestFactory;
Expand Down

0 comments on commit d50c94f

Please sign in to comment.