> + */
> +public class CDNContainer implements Comparable<CDNContainer> {
> +
> + private String name;
> + @Named("cdn_enabled")
> + private boolean enabled;
> + @Named("log_retention")
> + private boolean logRetention;
> + private int ttl;
> + @Named("cdn_uri")
> + private URI uri;
> + @Named("cdn_ssl_uri")
> + private URI sslUri;
> + @Named("cdn_streaming_uri")
> + private URI streamingUri;
> + @Named( "cdn_ios_uri")
Minor: remove the space.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/79/files#r10013093