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:
parent
fb87869f6a
commit
b51514deb6
|
@ -99,7 +99,7 @@ public class SessionInputBufferMock extends SessionInputBufferImpl {
|
||||||
|
|
||||||
public SessionInputBufferMock(
|
public SessionInputBufferMock(
|
||||||
final String s,
|
final String s,
|
||||||
final Charset charset) throws UnsupportedEncodingException {
|
final Charset charset) {
|
||||||
this(s.getBytes(charset), charset);
|
this(s.getBytes(charset), charset);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue