> +    * @param containerName
> +    *           corresponds to {@link Container#name()}.
> +    * @return the CDNContainer or null, if not found.
> +    * 
> +    * @see <a
> +    *      
> href="http://docs.openstack.org/api/openstack-object-storage/1.0/content/retrieve-Container-metadata.html";>
> +    *      Get Container Metadata API</a>
> +    *
> +   @Named("cdn:enable")
> +   @PUT
> +   @ResponseParser(ParseCDNContainerURIFromHeaders.class)
> +   @Fallback(NullOnNotFoundOr404.class)
> +   @Path("/{containerName}")
> +   @Nullable
> +   URI enable(@PathParam("containerName") String containerName);
> +   */

Whoops, will fix now.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/79/files#r9768583

Reply via email to