You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jclouds.apache.org by Jeremy Daggett <no...@github.com> on 2013/09/09 23:15:59 UTC

Re: [jclouds-labs-openstack] New Swift Account API, along with models, and expect/live tests (#17)

> +
> +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;

Duly noted. Names will be changed.

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