> +import com.google.common.collect.Multimap;
> +import com.google.common.util.concurrent.ListenableFuture;
> +import com.google.common.util.concurrent.ListeningExecutorService;
> +
> +/**
> + * Creates the group before concurrently creating the nodes, to avoid 
> creating
> + * more than one group with the same name.
> + * 
> + * @author Ignasi Barrera
> + */
> +@Singleton
> +public class CreateGroupBeforeCreatingNodes extends 
> CreateNodesWithGroupEncodedIntoNameThenAddToSet {
> +
> +   private final ApiContext<AbiquoApi> context;
> +
> +   private final CloudService cloudService;

`protected` in case someone needs to override this?

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

Reply via email to