>        super(uuid, name, resourceUri);
>        this.meta = meta;
>        this.owner = owner;
>        this.rules = rules == null ? new ArrayList<FirewallRule>() : rules;
> +      this.tags = tags == null ? new ArrayList<Tag>() : tags;

We're on Java 7, so use the diamond operator here?

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

Reply via email to