Skip to content

Commit

Permalink
Merge pull request #32474 from izeye
Browse files Browse the repository at this point in the history
* pr/32474:
  Add Javadoc since to AbstractClientHttpRequestFactoryWrapper.getDelegate()

Closes gh-32474
  • Loading branch information
snicoll committed Mar 18, 2024
2 parents c1424ac + d50c94f commit 039cbb3
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 039cbb3

Please sign in to comment.