> @@ -254,7 +252,8 @@ public void write(JsonWriter out, Map<K, V> value) throws 
> IOException {
>              K name = keyAdapter.read(in);
>              V value = valueAdapter.read(in);
>              if (value != null) {
> -               // If there are repeated keys, overwrite them to only keep 
> the last one
> +               // If there are repeated keys, overwrite them to only keep the
> +               // last one

Nope. Will remove it.

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

Reply via email to