Closes gh-1030
master
Johnny Lim 9 years ago committed by Stephane Nicoll
parent 7d7d1c365a
commit f4b7da9a3e
  1. 4
      spring-web/src/main/java/org/springframework/http/client/OkHttp3AsyncClientHttpRequest.java

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

Loading…
Cancel
Save