> +import org.jclouds.rest.internal.BaseRestApiExpectTest;
> +import org.testng.annotations.Test;
> +
> +import com.google.common.collect.ImmutableMultimap;
> +import com.google.common.collect.ImmutableSet;
> +
> +/**
> + * @author Andrew Bayer
> + */
> +@Test(groups = "unit")
> +public class ElasticIPAddressApiExpectTest extends 
> BaseEC2ApiExpectTest<EC2Api> {
> +   /**
> +    * @see org.jclouds.ec2.features.ElasticIPAddressApi
> +    * @see org.jclouds.rest.annotations.SinceApiVersion
> +    */
> +   protected Properties setupProperties() {

Yup. Fixing as per below.

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

Reply via email to