Skip to content

Commit 97a0d1a

Browse files
winfriedgerlachok2c
authored andcommitted
fix JavaDoc for PoolingHttpClientConnectionManager
1 parent 97fd931 commit 97a0d1a

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
@@ -85,15 +85,15 @@
8585
import org.slf4j.LoggerFactory;
8686

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

0 commit comments

Comments
 (0)