> @@ -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>> {
The class has also an explicit private default constructor, so it seems it is
not intended to have it extended (don't know why, but I'd prefer to not change
that just for this particular case).
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-chef/pull/10/files#r6047402