> */
> @POST
> @ResponseParser(KeyValuesDelimitedByBlankLinesToDriveInfo.class)
> @Path("/drives/{uuid}/clone")
> @MapBinder(BindCloneDriveOptionsToPlainTextString.class)
> - ListenableFuture<DriveInfo> cloneDrive(@PathParam("uuid") String
> sourceUuid, @PayloadParam("name") String newName,
> - CloneDriveOptions... options);
> + DriveInfo cloneDrive(@PathParam("uuid") String sourceUuid,
> @PayloadParam("name") String newName,
> + CloneDriveOptions... options);
Formatting? And is it really `CloneDriveOptions`, i.e. an array rather than an
single object? It's in the old code so not a subject of this PR, but just
curious...
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/86/files#r5556027