>  
>  /**
>   * Implementation of the <code>HttpCommandExecutorService</code> that uses 
> the
>   * OkHttp client to support modern HTTP methods such as PATCH.
>   */
>  @Singleton
> -public class OkHttpCommandExecutorService extends 
> JavaUrlHttpCommandExecutorService {
> +public class OkHttpCommandExecutorService extends 
> BaseHttpCommandExecutorService<Request> {

nice. glad we aren't extending the java one anymore

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/617/files#r20973301

Reply via email to