Fix typo
Closes gh-1030
This commit is contained in:
committed by
Stephane Nicoll
parent
7d7d1c365a
commit
f4b7da9a3e
@@ -31,9 +31,9 @@ import org.springframework.util.concurrent.ListenableFuture;
|
||||
import org.springframework.util.concurrent.SettableListenableFuture;
|
||||
|
||||
/**
|
||||
* {@link AsyncClientHttpRequest} implementation that uses OkHttp to execute requests.
|
||||
* {@link AsyncClientHttpRequest} implementation that uses OkHttp 3.x to execute requests.
|
||||
*
|
||||
* <p>Created via the {@link OkHttpClientHttpRequestFactory}.
|
||||
* <p>Created via the {@link OkHttp3ClientHttpRequestFactory}.
|
||||
*
|
||||
* @author Luciano Leggieri
|
||||
* @author Arjen Poutsma
|
||||
|
||||
Reference in New Issue
Block a user