Make field final so it is guaranteed to be published
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@652721 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
56477b27b5
commit
0f26ebe939
|
@ -50,7 +50,7 @@ public class BasicPoolEntry extends AbstractPoolEntry {
|
||||||
* Pool entries can only be GCed when they are allocated by an application
|
* Pool entries can only be GCed when they are allocated by an application
|
||||||
* and therefore not referenced with a hard link in the manager.
|
* and therefore not referenced with a hard link in the manager.
|
||||||
*/
|
*/
|
||||||
private BasicPoolEntryRef reference;
|
private final BasicPoolEntryRef reference;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates a new pool entry.
|
* Creates a new pool entry.
|
||||||
|
|
Loading…
Reference in New Issue