> +   private IpPermission.Builder builder = IpPermission.builder();
> +
> +   /**
> +    * {@inheritDoc}
> +    */
> +   @Override
> +   public IpPermission getResult() {
> +      try {
> +         return builder.build();
> +      } finally {
> +         builder = IpPermission.builder();
> +      }
> +   }
> +
> +   private String userId;
> +   private String groupId;

Declare above, with other vars?

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

Reply via email to