> @@ -168,6 +171,15 @@
>     TemplateBuilder imageMatches(Predicate<Image> condition);
>  
>     /**
> +    * Configure this template with a specific preference function which 
> operates on
> +    * images which match the other criteria.
> +    * <p>
> +    * If no function is supplied, jclouds will select one according to an 
> internal strategy.
> +    * This strategy may change from version to version.
> +    */
> +   TemplateBuilder imageChooser(Function<Iterable<? extends Image>,Image> 
> imageChooser);

[minor] Missing space in `,Image`

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

Reply via email to