>
> @Override
> - public boolean apply(Instance instance) {
> - return contains(ids, instance.getName());
> + public boolean apply(InstanceInZone instance) {
> + return contains(ids, instance.getInstance().getName());Rename var to `instanceInZone`? Then `instanceInZone.getInstance().` reads a little more clearly? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/16/files#r5362259
