> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> +package org.jclouds.profitbricks.binder.datacenter;
> +
> +import static java.lang.String.format;
> +
> +import org.jclouds.profitbricks.binder.BaseProfitBricksRequestBinder;
> +import org.jclouds.profitbricks.domain.DataCenter;
> +
> +public class CreateDataCenterRequestBinder extends 
> BaseProfitBricksRequestBinder<DataCenter.Request.CreatePayload> {
> +
> +   protected final StringBuilder requestBuilder;
> +
> +   public CreateDataCenterRequestBinder() {

This constructor should be only called by the Guice injector. Make it package 
private by removing the `public` modifier.

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

Reply via email to