Ulrich Romahn created HTTPCLIENT-1898:
-----------------------------------------

             Summary: Incorrect comment in example class 
ClientMultiThreadedExecution.java
                 Key: HTTPCLIENT-1898
                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1898
             Project: HttpComponents HttpClient
          Issue Type: Bug
          Components: HttpClient (classic)
    Affects Versions: 5.0 Beta1
         Environment: All
            Reporter: Ulrich Romahn


This can be found in the master branch.

The file ClientMultiThreadedExecution.java 
([https://github.com/apache/httpcomponents-client/blob/master/httpclient5/src/examples/org/apache/hc/client5/http/examples/ClientMultiThreadedExecution.java)]
 contains the following comment:

{{// Create an HttpClient with the ThreadSafeClientConnManager.}}

However, the class ThreadSafeClientConnManager has been deprecated and instead 
PoolingHttpClientConnectionManager should be used.

The comment should be updated accordingly.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to