Not thrown

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1571444 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2014-02-24 21:24:53 +00:00
parent fb87869f6a
commit b51514deb6
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ public class SessionInputBufferMock extends SessionInputBufferImpl {
public SessionInputBufferMock(
final String s,
final Charset charset) throws UnsupportedEncodingException {
final Charset charset) {
this(s.getBytes(charset), charset);
}