mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 22:19:03 +00:00
Add Javadoc since to AbstractClientHttpRequestFactoryWrapper.getDelegate()
See gh-32474
This commit is contained in:
committed by
Stéphane Nicoll
parent
c1424acb94
commit
d50c94fca9
+1
@@ -56,6 +56,7 @@ public abstract class AbstractClientHttpRequestFactoryWrapper implements ClientH
|
||||
|
||||
/**
|
||||
* Return the delegate request factory.
|
||||
* @since 6.1.4
|
||||
*/
|
||||
public ClientHttpRequestFactory getDelegate() {
|
||||
return this.requestFactory;
|
||||
|
||||
Reference in New Issue
Block a user