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

Kay Tiong Khoo updated XMLRPC-157:
----------------------------------

    Description: 

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: ". 


  was:
"Failed to read servers response: " and "Failed to parse servers response: " 
should is incorrect. 

It should be "Failed to read server's response: " and "Failed to parse server;s 
response: " respectively.




> 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.

Reply via email to