> +
> +         return payload;
> +      }
> +
> +      @Override
> +      public void remove() {
> +         throw new UnsupportedOperationException();
> +      }
> +
> +      @Override
> +      public Iterator<Payload> iterator() {
> +         return this;
> +      }
> +
> +      private Payload getNextPayload() {
> +         try {

[minor] Does the `try` need to enclose so much?

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

Reply via email to