> +    @Override
> +    protected void configure() {
> +        super.configure();
> +
> +        install(new 
> LocationsFromComputeServiceAdapterModule<ServerInDataCenter, Hardware, 
> Provisionable, DataCenter>() {
> +        });
> +
> +        install(new 
> FactoryModuleBuilder().build(ProvisioningJob.Factory.class));
> +
> +        
> bind(ImplicitLocationSupplier.class).to(OnlyLocationOrFirstZone.class).in(Singleton.class);
> +
> +        bind(new TypeLiteral<ComputeServiceAdapter<ServerInDataCenter, 
> Hardware, Provisionable, DataCenter>>() {
> +        }).to(ProfitBricksComputeServiceAdapter.class);
> +
> +        bind(new 
> TypeLiteral<Function<org.apache.jclouds.profitbricks.rest.domain.Location, 
> Location>>() {
> +        }).to(LocationToLocation.class);

This can be removed too.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/292/files/9251ab7434bcafb1dcbec5a718acc3c24517c94d#r73312085

Reply via email to