> @@ -71,14 +72,16 @@ protected ToPagedIterable(NovaApi api) {
> }
>
> @Override
> - protected Function<Object, IterableWithMarker<Resource>>
> markerToNextForCallingArg0(final String zone) {
> + protected Function<Object, IterableWithMarker<Resource>>
> markerToNextForArg0(Optional<Object> arg0) {
> + String zone = arg0.get().toString();
Yep. It's baked into the code. It will always be there.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/191/files#r7677499