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:
Sebastian Bazley 2010-05-12 18:55:24 +00:00
parent 13f31eb2db
commit 87273f1751
2 changed files with 2 additions and 2 deletions

View File

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

View File

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