> + * @see {@link Account}
> + * @see {@link Metadata}
> + */
> +@Singleton
> +public class BindAccountMetadataToDeleteToHeaders implements Binder {
> +   private final Function<String, String> FN;
> +   private final Function<String, String> FN2;
> +   
> +   public BindAccountMetadataToDeleteToHeaders() {
> +      FN = new Function<String, String>() {
> +
> +         @Override
> +         public String apply(String element) {
> +            String inLowercase = element.toLowerCase();
> +          
> +            return (!inLowercase.startsWith(ACCOUNT_METADATA_PREFIX)) 

Will convert to lowercase before hand.

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

Reply via email to