>        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;

If I'm not wrong, this is because a single raw type in an expression turns off 
all generic type checking (discussion 
[here](https://twitter.com/IgnasiBarrera/status/514111975270649856)).

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

Reply via email to