> @@ -71,14 +72,16 @@ protected ToPagedIterable(NovaApi api) {
>        }
>  
>        @Override
> -      protected Function<Object, IterableWithMarker<Image>> 
> markerToNextForCallingArg0(final String zone) {
> +      protected Function<Object, IterableWithMarker<Image>> 
> markerToNextForArg0(Optional<Object> arg0) {
> +         String zone = arg0.get().toString();

See comment above

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

Reply via email to