Wrong method signatures in AbstractHttpClient
---------------------------------------------
Key: HTTPCLIENT-758
URL: https://issues.apache.org/jira/browse/HTTPCLIENT-758
Project: HttpComponents HttpClient
Issue Type: Bug
Reporter: Johannes Koch
The method signatures for removeRequestInterceptorByClass and
removeResponseInterceptorByClass in AbstractHttpClient are wrong. Must be
public void removeRequestInterceptorByClass(Class<? extends
HttpRequestInterceptor> clazz);
and
public void removeResponseInterceptorByClass(Class<? extends
HttpRequestInterceptor> clazz);
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]