> @Override public <R extends HttpRequest> R bindToRequest(R request,
> Map<String, Object> postParams) {
> ObjectTemplate template = (ObjectTemplate) postParams.get("template");
> Payload payload = (Payload) postParams.get("payload");
>
> - String contentType = checkNotNull(template.cacheControl(),
> "contentType");
> + String contentType = checkNotNull(template.contentType(),
> "contentType");
oops
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/76/files#r19785771