> + * 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 UpdateDataCenterRequestBinder extends 
> BaseProfitBricksRequestBinder<DataCenter.Request.UpdatePayload> {
> +
> +   protected final StringBuilder requestBuilder;
> +
> +   public UpdateDataCenterRequestBinder() {

Same comment about constructor visibility.

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

Reply via email to