> @@ -154,7 +155,7 @@ GCSObject getObject(@PathParam("bucket") String
> bucketName, @PathParam("object")
> @ResponseParser(ParseToPayloadEnclosing.class)
> @Fallback(NullOnNotFoundOr404.class)
> @Nullable
> - PayloadEnclosingImpl download(@PathParam("bucket") String bucketName,
> @PathParam("object") String objectName);
> + PayloadEnclosing download(@PathParam("bucket") String bucketName,
> @PathParam("object") String objectName);
@demobox fyi I think somehow this provider got through without decent review.
needs a big once-over
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/79/files#r19884953