> @@ -105,4 +183,62 @@ protected Payload copyMetadataAndSetLength(Payload
> input, Payload returnVal, lon
> return returnVal;
> }
>
> + @Override
> + public Iterable<Payload> slice(Payload input, long size) {
> + checkNotNull(input);Add message: `checkNotNull(input, "input");` --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/192/files#r7291527
