> + * <p>
> + * For example, to add a new item, do as follows:
> + * <pre>
> + * getFirewallRules().add(newItem);
> + * </pre>
> + *
> + *
> + * <p>
> + * Objects of the following type(s) are allowed in the list {@link
> FirewallRule }
> + *
> + *
> + */
> + public List<FirewallRule> getFirewallRules() {
> + if (firewallRules == null) {
> + firewallRules = Lists.newArrayList();
> + }
Move initialization to the contructor
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/72/files#r17229508