> +
> +      public T fromSecurityGroup(ServerGroup in) {
> +         return this
> +                  .id(in.getId())
> +                  .policies(in.getPolicies());
> +      }
> +   }
> +
> +   private static class ConcreteBuilder extends Builder<ConcreteBuilder> {
> +      @Override
> +      protected ConcreteBuilder self() {
> +         return this;
> +      }
> +   }
> +
> +    private final String id;

Will fix - odd that it got past checkstyle.

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

Reply via email to