> +         .apiMetadata(new CloudSigma2ApiMetadata())
> +         
> .homepage(URI.create("http://www.cloudsigma.com/en/our-cloud/features";))
> +         .console(URI.create("https://gui.wdc.cloudsigma.com/";))
> +         .iso3166Codes("US-DC")
> +         .endpoint("https://wdc.cloudsigma.com/api/2.0/";)
> +         
> .defaultProperties(CloudSigma2WashingtonProviderMetadata.defaultProperties());
> +      }
> +
> +      @Override
> +      public CloudSigma2WashingtonProviderMetadata build() {
> +         return new CloudSigma2WashingtonProviderMetadata(this);
> +      }
> +
> +      @Override
> +      public Builder fromProviderMetadata(
> +            ProviderMetadata in) {

[minor] Arg on previous line?

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

Reply via email to