You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlrpc-auto@ws.apache.org by "Jochen Wiedmann (JIRA)" <xm...@ws.apache.org> on 2008/08/05 14:48:44 UTC

[jira] Resolved: (XMLRPC-157) Correct grammar in client/XmlRpcStreamTransport.java

     [ https://issues.apache.org/jira/browse/XMLRPC-157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jochen Wiedmann resolved XMLRPC-157.
------------------------------------

    Resolution: Fixed

Applied, thank you!

> Correct grammar in client/XmlRpcStreamTransport.java
> ----------------------------------------------------
>
>                 Key: XMLRPC-157
>                 URL: https://issues.apache.org/jira/browse/XMLRPC-157
>             Project: XML-RPC
>          Issue Type: Bug
>          Components: Source
>    Affects Versions: 3.1.1
>            Reporter: Kay Tiong Khoo
>            Priority: Trivial
>             Fix For: 3.1.1
>
>   Original Estimate: 0.02h
>  Remaining Estimate: 0.02h
>
> 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: ". 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.