Add Javadoc since to AbstractClientHttpRequestFactoryWrapper.getDelegate()

See gh-32474
This commit is contained in:
Johnny Lim 2024-03-18 21:30:23 +09:00 committed by Stéphane Nicoll
parent c1424acb94
commit d50c94fca9
1 changed files with 1 additions and 0 deletions

View File

@ -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;