> +import org.jclouds.rest.annotations.VirtualHost;
> +import org.jclouds.rest.annotations.XMLResponseParser;
> +import org.jclouds.profitbricks.domain.datacenter.VirtualDataCenter;
> +import static 
> org.jclouds.profitbricks.xml.PBApiRequestParameters.DATA_CENTER_ENTITY;
> +import org.jclouds.profitbricks.xml.RequestStatusResponseHandler;
> +import org.jclouds.profitbricks.xml.VersionResponseHandler;
> +import org.jclouds.profitbricks.xml.datacenter.CreateDataCenterRequestBinder;
> +import org.jclouds.profitbricks.xml.datacenter.GetAllVDCResponseHandler;
> +import org.jclouds.profitbricks.xml.datacenter.GetVDCResponseHandler;
> +import org.jclouds.rest.annotations.MapBinder;
> +import org.jclouds.rest.annotations.PayloadParam;
> +
> +/**
> + * Provides synchronous access to ProfitBricks's Virtual Data Center 
> Operations API.
> + */
> +@SinceApiVersion("1.2")

This is the base version supported by the provider (as configured in the api 
metadata), so it is redundant. Consider removing this annotation.

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

Reply via email to