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:
Oleg Kalnichevski 2011-10-06 18:21:33 +00:00
parent 0c00bef71e
commit 6a6ee3737c
1 changed files with 1 additions and 3 deletions

View File

@ -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;