Add Javadoc since to AbstractClientHttpRequestFactoryWrapper.getDelegate()
See gh-32474
This commit is contained in:
parent
c1424acb94
commit
d50c94fca9
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue