Skip to content

Commit 039cbb3

Browse files
committed
Merge pull request #32474 from izeye
* pr/32474: Add Javadoc since to AbstractClientHttpRequestFactoryWrapper.getDelegate() Closes gh-32474
2 parents c1424ac + d50c94f commit 039cbb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-web/src/main/java/org/springframework/http/client/AbstractClientHttpRequestFactoryWrapper.java

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ public final ClientHttpRequest createRequest(URI uri, HttpMethod httpMethod) thr
5656

5757
/**
5858
* Return the delegate request factory.
59+
* @since 6.1.4
5960
*/
6061
public ClientHttpRequestFactory getDelegate() {
6162
return this.requestFactory;

0 commit comments

Comments
 (0)