[HTTPCLIENT-1898] Incorrect comment in example class

ClientMultiThreadedExecution.java
This commit is contained in:
Gary Gregory 2018-01-23 21:01:06 -07:00
parent 68fd176c07
commit ceec7eeaa6
2 changed files with 12 additions and 2 deletions

View File

@ -1,4 +1,14 @@
Release 5.0-BETA1
Release 5.0-BETA2
-------------------
Changelog:
-------------------
* HTTPCLIENT-1898: Incorrect comment in example class ClientMultiThreadedExecution.java
Contributed by Ulrich Romahn <ulrich at ulrichromahn dot net>
Release 5.0-BETA1
-------------------
This is the first BETA release of HttpClient 5.0. The 5.0 release serices introduces

View File

@ -43,7 +43,7 @@ import org.apache.hc.core5.http.protocol.HttpContext;
public class ClientMultiThreadedExecution {
public static void main(final String[] args) throws Exception {
// Create an HttpClient with the ThreadSafeClientConnManager.
// Create an HttpClient with the PoolingHttpClientConnectionManager.
// This connection manager must be used if more than one thread will
// be using the HttpClient.
final PoolingHttpClientConnectionManager cm = new PoolingHttpClientConnectionManager();