> @@ -77,7 +78,7 @@ public static String getBucketName(HttpRequest req) {
>
> String bucketName = null;
>
> - ImmutableList<Parameter> parameters =
> request.getInvocation().getInvokable().getParameters();
> + List<Parameter> parameters =
> Reflection2.getInvokableParameters(request.getInvocation().getInvokable());
I'm fine with the type change, but looking at the implementation this could
also remain `ImmutableList`. Is there any specific reason for the change?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/164/files#r6710165