Make private field final

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@797268 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2009-07-24 00:00:33 +00:00
parent 025def7c3f
commit 49b68a54d8
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ public class EofSensorInputStream extends InputStream implements ConnectionRelea
private boolean selfClosed; private boolean selfClosed;
/** The watcher to be notified, if any. */ /** The watcher to be notified, if any. */
private EofSensorWatcher eofWatcher; private final EofSensorWatcher eofWatcher;
/** /**
* Creates a new EOF sensor. * Creates a new EOF sensor.