| |||||||||||||
|
| Resolution Date: | 05/Aug/08 12:47 PM |
| Description | « Hide |
|
client/XmlRpcStreamTransport.java:176 } catch (SAXException e) { throw new XmlRpcClientException("Failed to parse servers response: " + e.getMessage(), e); The error message "Failed to parse servers response: " should be "Failed to parse server's response: ". client/XmlRpcStreamTransport.java:150 } catch (IOException e) { throw new XmlRpcException("Failed to read servers response: " + e.getMessage(), e); client/XmlRpcStreamTransport.java:178 } catch (IOException e) { throw new XmlRpcClientException("Failed to read servers response: " + e.getMessage(), e); } The error message "Failed to read servers response: " should be "Failed to read server's response: ". |
| All | Comments | Work Log | Change History | Subversion Commits |
Sort Order:
|