> +      /**
> +       * @see 
> org.jclouds.googlecomputeengine.domain.ForwardingRule#getTarget()
> +       */
> +      public Builder target(URI target) {
> +         this.target = target;
> +         return this;
> +      }
> +
> +      @Override
> +      protected Builder self() {
> +         return this;
> +      }
> +
> +      public ForwardingRule build() {
> +         return new ForwardingRule(super.id, super.creationTimestamp, 
> super.selfLink, super.name,
> +                 super.description, region, ipAddress, ipProtocol,portRange, 
> target);

[minor] Space before `portRange`

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

Reply via email to