> +import com.google.common.base.Function;
> +import com.google.common.collect.Maps;
> +import com.google.common.collect.Multimaps;
> +
> +/**
> + * Binds the Account Metadata to delete to the HTTP request headers.
> + *
> + * @see {@link Binder}
> + * @see {@link Account}
> + * @see {@link Metadata}
> + */
> +@Singleton
> +public class BindAccountMetadataToDeleteToHeaders implements Binder {
> +
> + private final Function<String, String> transformHeaders;
> + private final Function<String, String> transformValues;
Same here. We know that this is actually "setValuesToEmpty" or something like
that.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/17/files#r6383253