Skip to content

Commit d50c94f

Browse files
izeyesnicoll
authored andcommitted
Add Javadoc since to AbstractClientHttpRequestFactoryWrapper.getDelegate()
See gh-32474
1 parent c1424ac commit d50c94f

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)