> +          
> +            return (inLowercase.startsWith(ACCOUNT_METADATA_PREFIX)) 
> +                     ? inLowercase : ACCOUNT_METADATA_PREFIX + inLowercase;
> +         }
> +
> +         @Override
> +         public String toString() {
> +            return "prefix: " + ACCOUNT_METADATA_PREFIX;
> +         }
> +      };
> +   }
> +
> +   @SuppressWarnings("unchecked")
> +   @Override
> +   public <R extends HttpRequest> R bindToRequest(R request, Object input) {
> +      checkArgument(checkNotNull(input, "input") instanceof Map<?,?>, "this 
> binder is only valid for Maps!");

See comment above

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/17/files#r5397935

Reply via email to