> @@ -776,7 +770,7 @@ private static void addHeader(Multimap<String, String> 
> headers, Headers header,
>     }
>  
>     private boolean checkPresentOrNullable(Invocation invocation, String 
> paramKey, int argIndex, Object arg) {
> -      if (arg == null && 
> !invocation.getInvokable().getParameters().get(argIndex).isAnnotationPresent(Nullable.class))
> +      if (arg == null && 
> !Reflection2.getInvokableParameters(invocation.getInvokable()).get(argIndex).isAnnotationPresent(Nullable.class))

Static import of `Reflection2.getInvokableParameters`?

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

Reply via email to