> +
> +import static com.google.common.net.HttpHeaders.CONTENT_LENGTH;
> +import static org.jclouds.http.HttpUtils.releasePayload;
> +
> +import java.net.URI;
> +
> +import org.jclouds.http.HttpResponse;
> +import org.jclouds.http.functions.ParseURIFromListOrLocationHeaderIf20x;
> +
> +/**
> + * Parses a single URI from a list, returning null when blob length was zero.
> + * Atmos returns "HTTP/1.1 201 null" when putting zero-length blobs.
> + *
> + * @author Andrew Gaul
> + */
> +public class ParseURIFromListOrLocationHeaderIf20xHandleZeroLength extends 
> ParseURIFromListOrLocationHeaderIf20x {

Will change to ```ParseURIFromListOrLocationHeaderIf20xAndNotNull```.

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

Reply via email to