Uploaded image for project: 'XML-RPC'
  1. XML-RPC
  2. XMLRPC-157

Correct grammar in client/XmlRpcStreamTransport.java

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 3.1.1
    • 3.1.1
    • Source
    • None

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

      Attachments

        Activity

          People

            Unassigned Unassigned
            kaytiong@gmail.com Kay Tiong Khoo
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 1m
                1m
                Remaining:
                Remaining Estimate - 1m
                1m
                Logged:
                Time Spent - Not Specified
                Not Specified