> +         .apiMetadata(new 
> ElasticStackApiMetadata().toBuilder().version("2.0").build())
> +         .homepage(URI.create("https://syd-v.elastichosts.com";))
> +         .console(URI.create("https://syd-v.elastichosts.com/accounts";))
> +         .iso3166Codes("AU-NSW")
> +         .endpoint("https://api-syd-v.elastichosts.com";)
> +         
> .defaultProperties(ElasticHostsSydneyProviderMetadata.defaultProperties());
> +      }
> +
> +      @Override
> +      public ElasticHostsSydneyProviderMetadata build() {
> +         return new ElasticHostsSydneyProviderMetadata(this);
> +      }
> +
> +      @Override
> +      public Builder fromProviderMetadata(
> +            ProviderMetadata in) {

No need for the line wrapping?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/362/files#r13034146

Reply via email to