Removed misleading comment
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1179744 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0c00bef71e
commit
6a6ee3737c
|
@ -74,9 +74,7 @@ import org.apache.http.protocol.HttpContext;
|
|||
public abstract class AbstractClientConnAdapter implements ManagedClientConnection, HttpContext {
|
||||
|
||||
/**
|
||||
* The connection manager, if any.
|
||||
* This attribute MUST NOT be final, so the adapter can be detached
|
||||
* from the connection manager without keeping a hard reference there.
|
||||
* The connection manager.
|
||||
*/
|
||||
private final ClientConnectionManager connManager;
|
||||
|
||||
|
|
Loading…
Reference in New Issue