> + * limitations under the License.
> + */
> +package org.apache.jclouds.profitbricks.rest.binder.server;
> +
> +import com.google.gson.Gson;
> +import java.util.HashMap;
> +import java.util.Map;
> +import
> org.apache.jclouds.profitbricks.rest.binder.BaseProfitBricksRequestBinder;
> +import org.apache.jclouds.profitbricks.rest.domain.Server;
> +import org.jclouds.http.HttpRequest;
> +
> +public class AttachCdromRequestBinder extends
> BaseProfitBricksRequestBinder<Server.Request.AttachCdromPayload> {
> +
> + protected final Map<String, Object> requestBuilder;
> + String dataCenterId;
> + String serverId;
Why are these fields, and the constructor, package-protected?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/227/files#r51542582