> @@ -56,9 +61,10 @@
>     @Singleton
>     public Map<Type, Object> provideCustomAdapterBindings() {
>        return ImmutableMap.<Type, Object>of(
> -            HostResourceUsage.class, new HostResourceUsageAdapter(),
> -            ServerWithSecurityGroups.class, new 
> ServerWithSecurityGroupsAdapter(),
> -            Server.class, new ServerAdapter()
> +              HostResourceUsage.class, new HostResourceUsageAdapter(),
> +              ServerWithSecurityGroups.class, new 
> ServerWithSecurityGroupsAdapter(),
> +              Server.class, new ServerAdapter(),
> +              Image.class, new ImageAdapter()
>        );

Should use 3 space indents.

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

Reply via email to