> @Override
> protected void configure() {
> bind(DateAdapter.class).to(GsonModule.Iso8601DateAdapter.class);
> }
> +
> + @Singleton
> + public static class SnapshotAddapter implements
> JsonDeserializer<Snapshot> {[minor] Probably "Adapter" (typo) - again, we can fix this during the merge. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/562/files#r19063490
