> +import org.jclouds.rest.Binder;
> +
> +import com.google.common.base.Throwables;
> +import com.google.common.io.Files;
> +
> +/**
> + * @author Andrea Turli
> + */
> +@Singleton
> +public class BindInputStreamToRequest implements Binder {
> +
> +   @Resource
> +   @Named(ComputeServiceConstants.COMPUTE_LOGGER)
> +   protected Logger logger = Logger.NULL;
> +
> +   @SuppressWarnings("unchecked")

This still has to be removed.

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

Reply via email to