Skip to content

Commit a93d27d

Browse files
winfriedgerlachok2c
authored andcommitted
fix JavaDoc for PoolingHttpClientConnectionManager
1 parent 90bd664 commit a93d27d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

httpclient5/src/main/java/org/apache/hc/client5/http/impl/io/PoolingHttpClientConnectionManager.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,15 @@
8484
import org.slf4j.LoggerFactory;
8585

8686
/**
87-
* {@code ClientConnectionPoolManager} maintains a pool of
87+
* {@code PoolingHttpClientConnectionManager} maintains a pool of
8888
* {@link ManagedHttpClientConnection}s and is able to service connection requests
8989
* from multiple execution threads. Connections are pooled on a per route
9090
* basis. A request for a route which already the manager has persistent
9191
* connections for available in the pool will be serviced by leasing
9292
* a connection from the pool rather than creating a new connection.
9393
* <p>
94-
* {@code ClientConnectionPoolManager} maintains a maximum limit of connection
95-
* on a per route basis and in total. Connection limits, however, can be adjusted
94+
* {@code PoolingHttpClientConnectionManager} maintains a maximum limit of connections
95+
* per route and in total. Connection limits, however, can be adjusted
9696
* using {@link ConnPoolControl} methods.
9797
* <p>
9898
* Total time to live (TTL) set at construction time defines maximum life span

0 commit comments

Comments
 (0)