> +
> +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> FN;
> + private final Function<String, String> FN2;
Could you pick variable names that explain a bit what they are?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/17/files#r5279310