> +import com.google.common.base.Supplier;
> +import com.google.common.collect.ImmutableMap;
> +import com.google.common.collect.ImmutableSet;
> +import com.google.common.collect.Maps;
> +
> +/**
> + * @author Marek Wieczorek (based on code by Ignasi Barrera)
> + *
> + */
> +@Test(groups = "unit", testName = "InstanceInZoneToNodeMetadataTest")
> +public class InstanceInZoneToNodeMetadataTest {
> +
> + /**
> + * GroupNamingConvention that always returns the same name provided in
> the constructor.
> + * The predicates returned always evaluate to true.
> + * @author Marek Wieczorek
Please remove the `@author` tag - see
[here](http://apache.markmail.org/thread/omzuvwmcymmqk4a3). Attribution is via
the commit history ;-)
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/26/files#r13522448