Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Invalid
-
4.2 Alpha1
-
None
-
None
Description
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.