50515253545556575859
} } catch (ClientProtocolException e1) { throw new RedmineFormatException(e1); } catch (IOException e1) { throw new RedmineTransportException("Cannot fetch data from " + getMessageURI(request) + " : " + e1.toString(), e1); } }
6869707172737475
} r.close(); writer.close(); return writer.toString(); } catch (IOException e) { throw new RedmineTransportException(e); } }
2930313233343536
final InputStream initialStream = entity.getContent(); return new BasicHttpResponse(content.getStatusLine() .getStatusCode(), decodeStream(encoding, initialStream), charset); } catch (IOException e) { throw new RedmineTransportException(e); } }