> + @Override
> + public Builder toBuilder() {
> + return new Builder().fromApiMetadata(this);
> + }
> +
> + public ShipyardApiMetadata() {
> + this(new Builder());
> + }
> +
> + protected ShipyardApiMetadata(Builder builder) {
> + super(builder);
> + }
> +
> + public static Properties defaultProperties() {
> + Properties properties = BaseHttpApiMetadata.defaultProperties();
> + properties.setProperty(ShipyardProperties.SHIPYARD_CREDENTIAL,
> "<remote-service-key-given-by-shipyard-cli>");
It's not being used just a leftover artifact from cloning the docker project.
Removing now.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/116/files#r23532536