> +
> +import com.google.common.base.Function;
> +import
> com.microsoft.windowsazure.management.compute.models.VirtualMachineOSImageListResponse;
> +import org.jclouds.azurecompute.domain.OSImage;
> +import org.jclouds.logging.Logger;
> +
> +import javax.annotation.Resource;
> +import javax.inject.Inject;
> +import javax.inject.Singleton;
> +
> +
> +@Singleton
> +public class OSImageListResponseToOSImage implements
> Function<VirtualMachineOSImageListResponse.VirtualMachineOSImage, OSImage> {
> +
> + @Resource
> + protected Logger logger = Logger.NULL;
Same here. remove if unused.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/132/files#r24748415