> @@ -37,8 +37,8 @@
>     private String contentType;
>     private String crc32c;
>     private String md5Hash;
> -   private Map<String, String> metadata = Maps.newLinkedHashMap();
> -   private List<ObjectAccessControls> acl = Lists.newArrayList();
> +   private Map<String, String> metadata;
> +   private List<ObjectAccessControls> acl;

Initializing these as empty overwrites metadata and acls when using the PATCH 
operation.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/127/files#r24617654

Reply via email to