mirror of
https://github.com/apache/httpcomponents-client.git
synced 2025-02-17 07:26:47 +00:00
Make unchanging fields final
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@765675 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
30d394e769
commit
5c462fc22f
@ -51,10 +51,10 @@ public class BasicEofSensorWatcher implements EofSensorWatcher {
|
||||
|
||||
|
||||
/** The connection to auto-release. */
|
||||
protected ManagedClientConnection managedConn;
|
||||
protected final ManagedClientConnection managedConn;
|
||||
|
||||
/** Whether to keep the connection alive. */
|
||||
protected boolean attemptReuse;
|
||||
protected final boolean attemptReuse;
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user