>  import com.squareup.okhttp.OkHttpClient;
> +import com.squareup.okhttp.Request;
> +import com.squareup.okhttp.RequestBody;
> +import com.squareup.okhttp.Response;
>  
>  /**
>   * Implementation of the <code>HttpCommandExecutorService</code> that uses 
> the
>   * OkHttp client to support modern HTTP methods such as PATCH.
>   */
>  @Singleton

not necessary, as there's no shared state we aren't passed.

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

Reply via email to