> @@ -57,7 +59,7 @@ public ListOptions limit(int maxresults) {
>      * limit.
>      */
>     public ListOptions includeMeta() {
> -      headers.put("x-emc-include-meta", Integer.toString(1));
> +      headers.replaceValues("x-emc-include-meta", 
> ImmutableList.of(Integer.toString(1)));

Done.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/465/files#r22495967

Reply via email to