> +import javax.inject.Singleton;
> +import java.util.Set;
> +import java.util.concurrent.ExecutionException;
> +
> +import static com.google.common.base.Preconditions.checkNotNull;
> +
> +/**
> + * Date: 30.09.13
> + * Time: 10:03
> + *
> + * @author vitaly.rudenya
> + */
> +@Singleton
> +public class JoyentAsyncBlobStore extends BaseAsyncBlobStore {
> +
> +    private static final Log LOGGER = 
> LogFactory.getLog(JoyentAsyncBlobStore.class);

See comment above about the logging. Replace this with the jclouds logger.

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

Reply via email to