> +import org.jclouds.cloudsigma2.reference.CloudSigmaConstants;
> +import org.jclouds.compute.ComputeServiceContext;
> +import org.jclouds.rest.internal.BaseHttpApiMetadata;
> +
> +import java.net.URI;
> +import java.util.Properties;
> +
> +import static org.jclouds.compute.config.ComputeServiceProperties.TEMPLATE;
> +import static org.jclouds.reflect.Reflection2.typeToken;
> +
> +/**
> + * Implementation of {@link BaseHttpApiMetadata} for the Cloud Sigma API
> + *
> + * @author Vladimir Shevchenko
> + */
> +public class CloudSigma2ApiMetadata extends BaseHttpApiMetadata {
Change to `extends BaseHttpApiMetadata<CloudSigma2Api>` to properly type the
metadata.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/12/files#r6053961