> +         return (nextPayload != null);
> +      }
> +
> +      @Override
> +      public Payload next() {
> +         Payload payload;
> +
> +         payload = nextPayload;
> +         nextPayload = getNextPayload();
> +
> +         return payload;
> +      }
> +
> +      @Override
> +      public void remove() {
> +         throw new UnsupportedOperationException();

Add message?

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

Reply via email to