> +package org.jclouds.azurecompute.compute.functions;
> +
> +import com.google.common.base.Function;
> +import 
> com.microsoft.windowsazure.management.compute.models.VirtualMachineOSImageGetResponse;
> +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 OSImageResponseToOSImage implements 
> Function<VirtualMachineOSImageGetResponse, OSImage> {
> +
> +    @Resource
> +    protected Logger logger = Logger.NULL;

Remove this.

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

Reply via email to