> Multimap<String, Object> queryParams = addQueryParams(tokenValues,
> invocation);
> - Multimap<String, String> headers = buildHeaders(tokenValues,
> invocation);
> +
> + Multimap<String, String> headers;
> +
> + if (caller != null) {
> + headers = buildHeaders(tokenValues, caller);
> I did a find all usages of the HeaderParam annotation and there aren't any in
> Callers.
Clear, thanks!
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/226/files#r8235818