> @@ -127,6 +128,7 @@
>     @POST
>     @Path("/{parent}/{name}")
>     @Headers(keys = EXPECT, values = "100-continue")
> +   
> @ResponseParser(ParseURIFromListOrLocationHeaderIf20xHandleZeroLength.class)
>     @Consumes(MediaType.WILDCARD)
>     ListenableFuture<URI> createFile(

I will add a ```@CheckForNull``` annotation.

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

Reply via email to