> + properties.setProperty(PROPERTY_HEADER_TAG,
> GlacierHeaders.DEFAULT_AMAZON_HEADERTAG);
> + return properties;
> + }
> +
> + public static class Builder extends BaseRestApiMetadata.Builder<Builder> {
> +
> + @SuppressWarnings("deprecation")
> + protected Builder() {
> + super(GlacierClient.class, GlacierAsyncClient.class);
> + id("glacier")
> + .name("Amazon Glacier API")
> + .identityName("Access Key ID")
> + .credentialName("Secret Access Key")
> + .defaultEndpoint("https://glacier.us-east-1.amazonaws.com")
> +
> .documentation(URI.create("http://docs.aws.amazon.com/amazonglacier/latest/dev/amazon-glacier-api.html"))
> +
> .version("2012-06-01").defaultProperties(GlacierApiMetadata.defaultProperties()).context(CONTEXT_TOKEN)
Can you add a line break before the builder so that each call is on its own
line?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-aws/pull/3/files#r12570730