> @@ -195,6 +195,24 @@ public boolean apply(Invokable<?, ?> input) {
>              }
>           });
>  
> +   private static final LoadingCache<Invokable<?, ?>, 
> ImmutableList<Parameter>> invokableParamsCache =
> +       CacheBuilder.newBuilder().maximumSize(100).build(new 
> CacheLoader<Invokable<?, ?>, ImmutableList<Parameter>>() {

Indenting? jclouds uses 3 spaces...

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

Reply via email to