> 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);
Just to ensure we're backwards-compatible here: do we know of any examples in the current code where this would actually do something already? I.e. is there anywhere in the current code where this change could end up altering functionality? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/226/files#r8223127