> @@ -211,6 +220,83 @@ protected String toString(DatabagItem value) {
>        private String id;
>     }
>  
> +   // The NullFilteringTypeAdapterFactories.MapTypeAdapter class is final. Do
> +   // the same logic here
> +   private static final class KeepLastRepeatedKeyMapTypeAdapter<K, V> 
> extends TypeAdapter<Map<K, V>> {

Make this a subclass of the factory, and perhaps move the factory into a 
different class? Quite a big chunk of code here?

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

Reply via email to