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:
parent
025def7c3f
commit
49b68a54d8
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue