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:
Sebastian Bazley 2008-05-02 00:32:20 +00:00
parent 56477b27b5
commit 0f26ebe939
1 changed files with 1 additions and 1 deletions

View File

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