httpclient-cache: RequestEquivalent # appendTo : make it take Appendable as 
opposed to StringBuffer 
----------------------------------------------------------------------------------------------------

                 Key: HTTPCLIENT-1161
                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1161
             Project: HttpComponents HttpClient
          Issue Type: Improvement
    Affects Versions: 4.2 Alpha1
            Reporter: Karthik K
            Priority: Minor
             Fix For: 4.2 Final


Current signature, reads: 

org/apache/http/impl/client/cache/RequestEquivalent.java: 

public void appendTo(StringBuffer buf) {


Replace the signature with Appendable, to make it more generic and not tied to 
StringBuffer. 




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to