> +      super(builder);
> +   }
> +
> +   public static Properties defaultProperties() {
> +      Properties properties = new Properties();
> +      properties.setProperty(REQUIRES_TENANT, "true");
> +      properties.setProperty(CREDENTIAL_TYPE, 
> CredentialTypes.API_ACCESS_KEY_CREDENTIALS);
> +
> +      return properties;
> +   }
> +   
> +   public static class Builder extends BaseProviderMetadata.Builder {
> +
> +      protected Builder() {
> +         id("hpcloud-blockstorage")
> +         .name("HPCloud Block Storage")

[minor] Space after "HP"

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

Reply via email to