> + * See the License for the specific language governing permissions and > + * limitations under the License. > + */ > +package org.jclouds.profitbricks.binders.loadbalancer; > + > +import static com.google.common.base.Preconditions.checkNotNull; > +import static java.lang.String.format; > +import static > org.jclouds.profitbricks.binders.PBApiRequestParameters.LOAD_BALANCER; > + > +import java.util.Map; > + > +import org.jclouds.http.HttpRequest; > +import org.jclouds.profitbricks.binders.BaseProfitBricksRequestBinder; > +import org.jclouds.profitbricks.domain.loadbalancer.update.UpdateLbRequest; > + > +/*
license is in the wrong place --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/72/files#r19648413
