> + @Path("/{service}/certificates")
> + @XMLResponseParser(ListServiceCertificatesHandler.class)
> + @Fallback(EmptyListOnNotFoundOr404.class)
> + List<ServiceCertificate> list(@PathParam("service") String service);
> +
> + /**
> + * The Get Service Certificate operation returns the public data for the
> specified X.509 certificate associated with
> + * a cloud service.
> + *
> + * @param service service name.
> + * @param thumbprintAlgorithm thumbprint algorithm.
> + * @param thumbprintInHexadecimal thumbprint hexadecimal format.
> + * @return service certificate including data only.
> + */
> + @Named("GetServiceCertificate")
> + @Produces(APPLICATION_XML)
Same here. Remove this.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/152/files#r27517604