> @@ -88,6 +102,13 @@
>                          .put(WindowsApi.class, WindowsAsyncApi.class)//
>                          .put(TagApi.class, TagAsyncApi.class)//
>                          .put(SubnetApi.class, SubnetAsyncApi.class)//
> +                        .put(AMIApi.class, AMIAsyncApi.class)//
> +                        .put(AvailabilityZoneAndRegionApi.class, 
> AvailabilityZoneAndRegionAsyncApi.class)//
> +                        .put(ElasticBlockStoreApi.class, 
> ElasticBlockStoreAsyncApi.class)//
> +                        .put(ElasticIPAddressApi.class, 
> ElasticIPAddressAsyncApi.class)//
> +                        .put(InstanceApi.class, InstanceAsyncApi.class)//
> +                        .put(KeyPairApi.class, KeyPairAsyncApi.class)//
> +                        .put(SecurityGroupApi.class, 
> SecurityGroupAsyncApi.class)//

What's with the weird empty comments at the end of each of these puts? Can you 
get rid of them?

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

Reply via email to