> * and the jclouds {@link ComputeService}
> *
> */
> @Singleton
> public class ElasticStackComputeServiceAdapter implements
> ComputeServiceAdapter<ServerInfo, Hardware, DriveInfo, Location> {
> - private final ElasticStackClient client;
> + private final ElasticStackApi client;Here and below: the variable is still called `client` in many places. Change to `api`? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/87/files#r5555958
