Make new immutable private fields final
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@943635 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
13f31eb2db
commit
87273f1751
|
@ -50,7 +50,7 @@ public class LoggingSessionInputBuffer implements SessionInputBuffer {
|
|||
/** The wire log to use for writing. */
|
||||
private final Wire wire;
|
||||
|
||||
private String charset;
|
||||
private final String charset;
|
||||
|
||||
/**
|
||||
* Create an instance that wraps the specified session input buffer.
|
||||
|
|
|
@ -50,7 +50,7 @@ public class LoggingSessionOutputBuffer implements SessionOutputBuffer {
|
|||
/** The wire log to use. */
|
||||
private final Wire wire;
|
||||
|
||||
private String charset;
|
||||
private final String charset;
|
||||
|
||||
/**
|
||||
* Create an instance that wraps the specified session output buffer.
|
||||
|
|
Loading…
Reference in New Issue