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

Do we need to document somewhere (annotation, Javadoc etc.) that this is 
`@Nullable` now? See also the general question about how to actually _use_ 
these objects..?

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

Reply via email to