> @@ -120,18 +120,18 @@ public final Object invoke(Object proxy, Method 
> invoked, @Nullable Object[] argv
>        Invokable<?, Object> invokable = method(ownerType, invoked);
>        Invocation invocation = Invocation.create(invokable, args);
>        try {
> -         return handle(invocation);
> +         return handle(invocation, invoked);

:+1: 

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

Reply via email to