> +
> + private Rule(Rule rule) {
> + this(rule.id,
> + rule.tenantId,
> + rule.direction,
> + rule.securityGroupId,
> + rule.ethertype,
> + rule.portRangeMin,
> + rule.portRangeMax,
> + rule.protocol,
> + rule.remoteGroupId,
> + rule.remoteIpPrefix
> + );
> + }
> +
> + private Rule() {}[minor] I guess this one is needed..? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/132/files#r16929796
