> @@ -50,14 +50,14 @@
> @Singleton
> public class BasePayloadSlicer implements PayloadSlicer {
>
> - public static class PayloadIterator implements Iterable<Payload>,
> Iterator<Payload> {
> + private static class InputStreamPayloadIterator implements
> Iterable<Payload>, Iterator<Payload> {
I changed the name to `InputStreamPayloadIterator` to make this more clear in
comparison to `ByteSourcePayloadIterator`.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/501/files#r22498386