>     @Inject
>     AzureComputeServiceAdapter(final AzureComputeApi api, final 
> AzureComputeConstants azureComputeConstants,
> -                              CleanupResources cleanupResources) {
> +                              CleanupResources cleanupResources, 
> ProviderMetadata providerMetadata) {

According to https://github.com/google/guice/wiki/UseNullable I've also tried 
javax.annotation.Nullable which requires
```
    <dependency>
      <groupId>com.google.code.findbugs</groupId>
      <artifactId>jsr305</artifactId>
    </dependency>
```
but no luck as well

-- 
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/308/files/961db5c145342971726063e25776e0011ab8ed36#r74560449

Reply via email to