> +
> +   /**
> +    * {@inheritDoc}
> +    */
> +   @Override
> +   public ListEgressFirewallRulesOptions accountInDomain(String account, 
> String domain) {
> +      return 
> ListEgressFirewallRulesOptions.class.cast(super.accountInDomain(account, 
> domain));
> +   }
> +
> +   /**
> +    * {@inheritDoc}
> +    */
> +   @Override
> +   public ListEgressFirewallRulesOptions domainId(String domainId) {
> +      return 
> ListEgressFirewallRulesOptions.class.cast(super.domainId(domainId));
> +   }

[minor] Move these two above the builder?

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

Reply via email to