> +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);
> +
> + private final JoyentBlobAsyncClient async;
> + private final ListeningExecutorService userExecutor;
> + private ListBlobsResponseToResourceList converter;
Can this field be final too?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/188/files#r7139368