> + this.resource = resource;
> + return this;
> + }
> +
> + /**
> + * @param startTime Start time of subscription
> + * @return Subscription Binder
> + */
> + public Builder startTime(Date startTime) {
> + this.startTime = startTime;
> + return this;
> + }
> +
> + public CalcSubscription build() {
> + return new CalcSubscription(amount, discountAmount,
> discountPercent, endTime, period, price, resource
> + , startTime);
Formatting: move `,` to the end of the previous line?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/41/files#r7976393