>           for (Annotation annotation : f.getAnnotations()) {
>              if 
> (annotationToNameExtractor.containsKey(annotation.annotationType())) {
>                 return 
> annotationToNameExtractor.get(annotation.annotationType()).apply(annotation);
>              }
>           }
> -         return fallback.translateName(f);
> +         return null;

Part of the revert. Contract in gson says return null if you don't know the
name.

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

Reply via email to